public class TokenAuthentication extends Authentication
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenAuthentication.Token |
| Modifier and Type | Field and Description |
|---|---|
private TokenAuthentication.Token |
token |
| Constructor and Description |
|---|
TokenAuthentication(java.lang.String token) |
| Modifier and Type | Method and Description |
|---|---|
TokenAuthentication.Token |
getToken() |
void |
setToken(TokenAuthentication.Token token) |
getTenantId, getTenantName, setTenantId, setTenantNameprivate TokenAuthentication.Token token
public TokenAuthentication.Token getToken()
public void setToken(TokenAuthentication.Token token)
token - the token to set