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 intVALIDITY_TIME
-
Constructor Summary
Constructors Constructor Description AuthToken(SecurityManager secMan, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpiryTime()StringgetId()inthashCode()booleanisValid()Checks whether the AuthToken has expired.StringtoString()
-
-
-
Field Detail
-
VALIDITY_TIME
static final int VALIDITY_TIME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthToken
public AuthToken(SecurityManager secMan, String password)
-
-