Uses of Enum
org.keycloak.TokenCategory
Packages that use TokenCategory
Package
Description
-
Uses of TokenCategory in org.keycloak
Methods in org.keycloak that return TokenCategoryModifier and TypeMethodDescriptionToken.getCategory()static TokenCategoryReturns 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 TokenCategoryModifier and TypeMethodDescriptionAccessToken.getCategory()AuthorizationResponseToken.getCategory()IDToken.getCategory()JsonWebToken.getCategory()LogoutToken.getCategory()RefreshToken.getCategory() -
Uses of TokenCategory in org.keycloak.representations.adapters.action
Methods in org.keycloak.representations.adapters.action that return TokenCategory