Uses of Enum Class
org.keycloak.models.ClaimTypeModel.ValueType
Packages that use ClaimTypeModel.ValueType
-
Uses of ClaimTypeModel.ValueType in org.keycloak.models
Methods in org.keycloak.models that return ClaimTypeModel.ValueTypeModifier and TypeMethodDescriptionClaimTypeModel.getType()static ClaimTypeModel.ValueTypeReturns 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.Methods in org.keycloak.models with parameters of type ClaimTypeModel.ValueTypeConstructors in org.keycloak.models with parameters of type ClaimTypeModel.ValueTypeModifierConstructorDescriptionClaimTypeModel(String id, String name, boolean builtIn, ClaimTypeModel.ValueType type)