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