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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionEasy way to cast me fromValidationContextinValidatorimplementationMethods 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 fromValidationContextinValidatorimplementation - 
getAttributeContext
 - 
getAttributes
- Overrides:
 getAttributesin classValidationContext
 
 -