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