Uses of Class
org.keycloak.userprofile.AttributeValidatorMetadata
-
Packages that use AttributeValidatorMetadata Package Description org.keycloak.userprofile -
-
Uses of AttributeValidatorMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return AttributeValidatorMetadata Modifier and Type Method Description protected AttributeValidatorMetadata
DeclarativeUserProfileProvider. createConfiguredValidator(String validator, Map<String,Object> validatorConfig)
Create validator for validation configured in the user profile config.Methods in org.keycloak.userprofile that return types with arguments of type AttributeValidatorMetadata Modifier and Type Method Description List<AttributeValidatorMetadata>
AttributeMetadata. getValidators()
Methods in org.keycloak.userprofile with parameters of type AttributeValidatorMetadata Modifier and Type Method Description AttributeMetadata
UserProfileMetadata. addAttribute(String name, int guiOrder, Predicate<AttributeContext> writeAllowed, Predicate<AttributeContext> readAllowed, AttributeValidatorMetadata... validator)
AttributeMetadata
UserProfileMetadata. addAttribute(String name, int guiOrder, AttributeValidatorMetadata... validator)
-