public static class EstablishmentManager.Token extends Object
| Constructor and Description |
|---|
Token(long tok,
long exp,
long now)Token for the given value and expiration. |
| Modifier and Type | Method and Description |
|---|---|
long | getExpiration()The expiration time |
long | getToken()The token value |
long | getWhenAdded()When this token was added |
String | toString()String representation |