public class AuthToken extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static int |
VALIDITY_TIME |
Constructor and Description |
---|
AuthToken(SecurityManager secMan,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getExpiryTime() |
String |
getId() |
int |
hashCode() |
boolean |
isValid()
Checks whether the AuthToken has expired.
|
String |
toString() |
static final int VALIDITY_TIME
public AuthToken(SecurityManager secMan, String password)