Modifier and Type | Method and Description |
---|---|
TokenCategory |
Token.getCategory() |
static TokenCategory |
TokenCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenCategory[] |
TokenCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultTokenManager.cekManagementAlgorithm(TokenCategory category) |
String |
DefaultTokenManager.encryptAlgorithm(TokenCategory category) |
String |
DefaultTokenManager.signatureAlgorithm(TokenCategory category) |
Modifier and Type | Method and Description |
---|---|
String |
TokenManager.cekManagementAlgorithm(TokenCategory category) |
String |
TokenManager.encryptAlgorithm(TokenCategory category) |
String |
TokenManager.signatureAlgorithm(TokenCategory category) |
Modifier and Type | Method and Description |
---|---|
TokenCategory |
RestartLoginCookie.getCategory() |
Modifier and Type | Method and Description |
---|---|
TokenCategory |
RefreshToken.getCategory() |
TokenCategory |
JsonWebToken.getCategory() |
TokenCategory |
IDToken.getCategory() |
TokenCategory |
AccessToken.getCategory() |
Modifier and Type | Method and Description |
---|---|
TokenCategory |
AdminAction.getCategory() |
Modifier and Type | Method and Description |
---|---|
TokenCategory |
IdentityCookieToken.getCategory() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.