Modifier and Type | Class and Description |
---|---|
class |
DefaultActionToken
Part of action token that is intended to be used e.g.
|
class |
DefaultActionTokenKey |
Modifier and Type | Class and Description |
---|---|
class |
ExecuteActionsActionToken |
Modifier and Type | Class and Description |
---|---|
class |
IdpVerifyAccountLinkActionToken
Representation of a token that represents a time-limited verify e-mail action.
|
Modifier and Type | Class and Description |
---|---|
class |
ResetCredentialsActionToken
Representation of a token that represents a time-limited reset credentials action.
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyEmailActionToken
Representation of a token that represents a time-limited verify e-mail action.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenIntrospectionResponse |
Modifier and Type | Method and Description |
---|---|
<T extends Token> |
DefaultTokenManager.decode(String token,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultTokenManager.encode(Token token) |
String |
DefaultTokenManager.encodeAndEncrypt(Token token) |
Modifier and Type | Method and Description |
---|---|
<T extends Token> |
TokenManager.decode(String token,
Class<T> clazz)
Decodes and verifies the token, or
null if the token was invalid |
Modifier and Type | Method and Description |
---|---|
String |
TokenManager.encode(Token token)
Encodes the supplied token
|
String |
TokenManager.encodeAndEncrypt(Token token) |
Modifier and Type | Class and Description |
---|---|
class |
RestartLoginCookie
This is an an encoded token that is stored as a cookie so that if there is a client timeout, then the authentication session
can be restarted.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessToken |
class |
IDToken |
class |
JsonWebToken |
class |
RefreshToken |
Modifier and Type | Class and Description |
---|---|
class |
AdminAction
Posted to managed client from admin server.
|
class |
LogoutAction |
class |
PushNotBeforeAction |
class |
TestAvailabilityAction |
Modifier and Type | Class and Description |
---|---|
class |
DockerResponseToken
* {
"iss": "auth.docker.com",
"sub": "jlhawn",
"aud": "registry.docker.com",
"exp": 1415387315,
"nbf": 1415387015,
"iat": 1415387015,
"jti": "tYJCO1c6cnyy7kAn0c7rKPgbV1H1bFws",
"access": [
{
"type": "repository",
"name": "samalba/my-app",
"actions": [
"push"
]
}
]
}
|
Modifier and Type | Class and Description |
---|---|
class |
PermissionTicketToken |
Modifier and Type | Class and Description |
---|---|
class |
TokenMetadataRepresentation |
Modifier and Type | Class and Description |
---|---|
class |
InitialAccessToken |
class |
RegistrationAccessToken |
Modifier and Type | Class and Description |
---|---|
class |
IdentityCookieToken |
Copyright © 2020 JBoss by Red Hat. All rights reserved.