Uses of Class
org.keycloak.userprofile.AttributeContext
- 
Packages that use AttributeContext Package Description org.keycloak.userprofile 
- 
- 
Uses of AttributeContext in org.keycloak.userprofileFields in org.keycloak.userprofile with type parameters of type AttributeContext Modifier and Type Field Description static Predicate<AttributeContext>AttributeMetadata. ALWAYS_FALSEstatic Predicate<AttributeContext>AttributeMetadata. ALWAYS_TRUEMethods in org.keycloak.userprofile that return AttributeContext Modifier and Type Method Description protected AttributeContextDefaultAttributes. createAttributeContext(AttributeMetadata metadata)AttributeContextUserProfileAttributeValidationContext. getAttributeContext()Methods in org.keycloak.userprofile with parameters of type AttributeContext Modifier and Type Method Description booleanAttributeMetadata. canEdit(AttributeContext context)booleanAttributeMetadata. canView(AttributeContext context)booleanAttributeMetadata. isReadOnly(AttributeContext context)booleanAttributeMetadata. isRequired(AttributeContext context)Check if attribute is required based on it's predicate, it is handled as required if predicate is nullbooleanAttributeMetadata. isSelected(AttributeContext context)ValidationContextAttributeValidatorMetadata. validate(AttributeContext context)Run validation for given AttributeContext.Constructors in org.keycloak.userprofile with parameters of type AttributeContext Constructor Description UserProfileAttributeValidationContext(AttributeContext attributeContext)
 
-