Uses of Interface
org.keycloak.validate.ValidatorFactory
Packages that use ValidatorFactory
-
Uses of ValidatorFactory in org.keycloak.validate
Subinterfaces of ValidatorFactory in org.keycloak.validateModifier and TypeInterfaceDescriptioninterfaceConvenience interface to ease implementation of smallValidatorimplementations.Classes in org.keycloak.validate that implement ValidatorFactoryModifier and TypeClassDescriptionclassBase class for arbitrary value type validators.classBase class for String value format validators.Methods in org.keycloak.validate that return ValidatorFactoryModifier and TypeMethodDescriptionstatic ValidatorFactoryValidators.getInternalValidatorFactoryById(String id) Validators.validatorFactory(String id) Look-up for a built-in or registeredValidatorFactorywith the given providerid.static ValidatorFactoryValidators.validatorFactory(KeycloakSession session, String id) Look-up for a built-in or registeredValidatorFactorywith the given validatorId. -
Uses of ValidatorFactory in org.keycloak.validate.validators
Classes in org.keycloak.validate.validators that implement ValidatorFactoryModifier 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.classValidate that value exists and is not empty nor blank.classCheck that input value is not empty.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.classclassValidate that input value isValidatorConfigand it is correct for validator (inputHintmust be ID of the validator config is for) byValidators.validateConfig(org.keycloak.models.KeycloakSession, String, ValidatorConfig).