Uses of Class
org.keycloak.validate.AbstractStringValidator
Packages that use AbstractStringValidator
-
Uses of AbstractStringValidator in org.keycloak.validate.validators
Subclasses of AbstractStringValidator in org.keycloak.validate.validatorsModifier and TypeClassDescriptionclassEmail format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator.classString 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.