Uses of Class
org.keycloak.validate.AbstractSimpleValidator
Package
Description
-
Uses of AbstractSimpleValidator in org.keycloak.organization.validator
-
Uses of AbstractSimpleValidator in org.keycloak.userprofile.validator
Modifier and TypeClassDescriptionclass
This validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).class
This validator disallowing bunch of characters we really not to expect in username. -
Uses of AbstractSimpleValidator in org.keycloak.validate
Modifier and TypeClassDescriptionclass
Base class for String value format validators. -
Uses of AbstractSimpleValidator in org.keycloak.validate.validators
Modifier and TypeClassDescriptionclass
Abstract class for number validator.class
Validate input being any kind ofNumber
.class
Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
class
A date validator that only takes into account the format associated with the current locale.class
String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class
A date validator that only takes into account the format associated with the current locale.class
Validation 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
.class
Validate String against configured RegEx pattern - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.class