Uses of Enum Class
org.keycloak.models.ClaimTypeModel.ValueType
-
Uses of ClaimTypeModel.ValueType in org.keycloak.models
Modifier and TypeMethodDescriptionClaimTypeModel.getType()
static ClaimTypeModel.ValueType
Returns the enum constant of this class with the specified name.static ClaimTypeModel.ValueType[]
ClaimTypeModel.ValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClaimTypeModel
(String id, String name, boolean builtIn, ClaimTypeModel.ValueType type)