rabbit.filter.authenticate
Class AuthUserInfo

java.lang.Object
  extended by rabbit.filter.authenticate.AuthUserInfo

public class AuthUserInfo
extends Object

Information about an authenticated user.


Constructor Summary
AuthUserInfo(String token, long timeout, InetAddress sa)
           
 
Method Summary
 boolean correctSocketAddress(InetAddress sa)
           
 boolean correctToken(String token)
           
 boolean stillValid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthUserInfo

public AuthUserInfo(String token,
                    long timeout,
                    InetAddress sa)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

stillValid

public boolean stillValid()

correctToken

public boolean correctToken(String token)

correctSocketAddress

public boolean correctSocketAddress(InetAddress sa)