Uses of Enum Class
org.keycloak.TokenCategory
Package
Description
-
Uses of TokenCategory in org.keycloak
Modifier and TypeMethodDescriptionToken.getCategory()
static TokenCategory
Returns the enum constant of this class with the specified name.static TokenCategory[]
TokenCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TokenCategory in org.keycloak.forms.login.freemarker
-
Uses of TokenCategory in org.keycloak.jose.jws
Modifier and TypeMethodDescriptionDefaultTokenManager.cekManagementAlgorithm
(TokenCategory category) DefaultTokenManager.encryptAlgorithm
(TokenCategory category) DefaultTokenManager.signatureAlgorithm
(TokenCategory category) -
Uses of TokenCategory in org.keycloak.models
Modifier and TypeMethodDescriptionTokenManager.cekManagementAlgorithm
(TokenCategory category) TokenManager.encryptAlgorithm
(TokenCategory category) TokenManager.signatureAlgorithm
(TokenCategory category) -
Uses of TokenCategory in org.keycloak.protocol
-
Uses of TokenCategory in org.keycloak.representations
Modifier and TypeMethodDescriptionAccessToken.getCategory()
AuthorizationResponseToken.getCategory()
IDToken.getCategory()
JsonWebToken.getCategory()
LogoutToken.getCategory()
RefreshToken.getCategory()
-
Uses of TokenCategory in org.keycloak.representations.adapters.action
-
Uses of TokenCategory in org.keycloak.services.managers