Uses of Package
org.keycloak.validate.validators
-
Packages that use org.keycloak.validate.validators Package Description org.keycloak.validate org.keycloak.validate.validators -
Classes in org.keycloak.validate.validators used by org.keycloak.validate Class Description DoubleValidator Validate input being any kind ofNumber
.EmailValidator Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.IntegerValidator LengthValidator String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.LocalDateValidator A date validator that only takes into account the format associated with the current locale.NotBlankValidator Validate that value exists and is not empty nor blank.NotEmptyValidator Check that input value is not empty.OptionsValidator 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
.PatternValidator 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
.UriValidator ValidatorConfigValidator Validate that input value isValidatorConfig
and it is correct for validator (inputHint
must be ID of the validator config is for) byValidators.validateConfig(org.keycloak.models.KeycloakSession, String, ValidatorConfig)
. -
Classes in org.keycloak.validate.validators used by org.keycloak.validate.validators Class Description AbstractNumberValidator Abstract class for number validator.DoubleValidator Validate input being any kind ofNumber
.EmailValidator Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.IntegerValidator LengthValidator String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank values handling and collections support seeAbstractStringValidator
.LocalDateValidator A date validator that only takes into account the format associated with the current locale.NotBlankValidator Validate that value exists and is not empty nor blank.NotEmptyValidator Check that input value is not empty.OptionsValidator 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
.PatternValidator 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
.UriValidator ValidatorConfigValidator Validate that input value isValidatorConfig
and it is correct for validator (inputHint
must be ID of the validator config is for) byValidators.validateConfig(org.keycloak.models.KeycloakSession, String, ValidatorConfig)
.