Uses of Class
org.keycloak.userprofile.AttributeValidatorMetadata
- 
Packages that use AttributeValidatorMetadata Package Description org.keycloak.userprofile 
- 
- 
Uses of AttributeValidatorMetadata in org.keycloak.userprofileMethods in org.keycloak.userprofile that return AttributeValidatorMetadata Modifier and Type Method Description protected AttributeValidatorMetadataDeclarativeUserProfileProvider. 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 AttributeMetadataUserProfileMetadata. addAttribute(String name, int guiOrder, Predicate<AttributeContext> writeAllowed, Predicate<AttributeContext> readAllowed, AttributeValidatorMetadata... validator)AttributeMetadataUserProfileMetadata. addAttribute(String name, int guiOrder, AttributeValidatorMetadata... validator)
 
-