Package org.keycloak.userprofile
Class UserProfileAttributeValidationContext
java.lang.Object
org.keycloak.validate.ValidationContext
org.keycloak.userprofile.UserProfileAttributeValidationContext
Extension of the
ValidationContext
used when validators are called for UserProfile
attribute validation. Allows
easy access to UserProfile related bits, like AttributeContext
- Author:
- Vlastimil Elias <velias@redhat.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEasy way to cast me fromValidationContext
inValidator
implementationMethods inherited from class org.keycloak.validate.ValidationContext
addError, getErrors, getSession, isValid, toResult, toString, validator
-
Constructor Details
-
UserProfileAttributeValidationContext
-
-
Method Details
-
from
Easy way to cast me fromValidationContext
inValidator
implementation -
getAttributeContext
-
getAttributes
- Overrides:
getAttributes
in classValidationContext
-