Package net.i2p.i2pcontrol.security
Class AuthToken
- java.lang.Object
-
- net.i2p.i2pcontrol.security.AuthToken
-
public class AuthToken extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
VALIDITY_TIME
-
Constructor Summary
Constructors Constructor Description AuthToken(SecurityManager secMan, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpiryTime()
String
getId()
int
hashCode()
boolean
isValid()
Checks whether the AuthToken has expired.String
toString()
-
-
-
Field Detail
-
VALIDITY_TIME
static final int VALIDITY_TIME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthToken
public AuthToken(SecurityManager secMan, String password)
-
-