Uses of Interface
org.keycloak.validate.Validator
Packages that use Validator
-
Uses of Validator in org.keycloak.validate
Subinterfaces of Validator in org.keycloak.validateModifier and TypeInterfaceDescriptioninterfaceConvenience interface to ease implementation of smallValidatorimplementations.Classes in org.keycloak.validate that implement ValidatorModifier and TypeClassDescriptionclassBase class for arbitrary value type validators.classBase class for String value format validators.Methods in org.keycloak.validate that return ValidatorModifier and TypeMethodDescriptiondefault ValidatorSimpleValidator.create(KeycloakSession session) Eases access toValidator'sfor nested validation.Look-up for a built-in or registeredValidatorwith the given providerid.static ValidatorValidators.validator(KeycloakSession session, String id) Look-up up for a built-in or registeredValidatorwith the given validatorId.