Uses of Class
org.keycloak.validate.AbstractSimpleValidator
Packages that use AbstractSimpleValidator
Package
Description
- 
Uses of AbstractSimpleValidator in org.keycloak.userprofile.validatorSubclasses of AbstractSimpleValidator in org.keycloak.userprofile.validatorModifier and TypeClassDescriptionclassThis validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).classThis validator disallowing bunch of characters we really not to expect in username.
- 
Uses of AbstractSimpleValidator in org.keycloak.validateSubclasses of AbstractSimpleValidator in org.keycloak.validateModifier and TypeClassDescriptionclassBase class for String value format validators.
- 
Uses of AbstractSimpleValidator in org.keycloak.validate.validatorsSubclasses of AbstractSimpleValidator in org.keycloak.validate.validatorsModifier and TypeClassDescriptionclassAbstract class for number validator.classValidate input being any kind ofNumber.classEmail format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classclassString value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classA date validator that only takes into account the format associated with the current locale.classValidation against list of allowed values - accepts plain string and collection of strings (every value is validated against allowed values), for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classValidate String against configured RegEx pattern - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.