Uses of Class
org.keycloak.TokenCategory
-
Packages that use TokenCategory Package Description org.keycloak org.keycloak.representations org.keycloak.representations.adapters.action -
-
Uses of TokenCategory in org.keycloak
Methods in org.keycloak that return TokenCategory Modifier and Type Method 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. -
Uses of TokenCategory in org.keycloak.representations
Methods in org.keycloak.representations that return TokenCategory Modifier and Type Method Description TokenCategory
AccessToken. getCategory()
TokenCategory
AuthorizationResponseToken. getCategory()
TokenCategory
IDToken. getCategory()
TokenCategory
JsonWebToken. getCategory()
TokenCategory
LogoutToken. getCategory()
TokenCategory
RefreshToken. getCategory()
-
Uses of TokenCategory in org.keycloak.representations.adapters.action
Methods in org.keycloak.representations.adapters.action that return TokenCategory Modifier and Type Method Description TokenCategory
AdminAction. getCategory()
-