Uses of Class
org.keycloak.userprofile.AttributeMetadata
-
Packages that use AttributeMetadata Package Description org.keycloak.forms.login.freemarker.model org.keycloak.userprofile -
-
Uses of AttributeMetadata in org.keycloak.forms.login.freemarker.model
Constructors in org.keycloak.forms.login.freemarker.model with parameters of type AttributeMetadata Constructor Description Attribute(AttributeMetadata metadata)
-
Uses of AttributeMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return types with arguments of type AttributeMetadata Modifier and Type Method Description List<AttributeMetadata>
UserProfileMetadata. getAttribute(String name)
Get existing AttributeMetadata for attribute of given name.List<AttributeMetadata>
UserProfileMetadata. getAttributes()
Methods in org.keycloak.userprofile with parameters of type AttributeMetadata Modifier and Type Method Description AttributeMetadata
UserProfileMetadata. addAttribute(AttributeMetadata metadata)
protected AttributeContext
DefaultAttributes. createAttributeContext(AttributeMetadata metadata)
protected boolean
DefaultAttributes. isIncludeAttributeIfNotProvided(AttributeMetadata metadata)
protected boolean
LegacyAttributes. isIncludeAttributeIfNotProvided(AttributeMetadata metadata)
Method parameters in org.keycloak.userprofile with type arguments of type AttributeMetadata Modifier and Type Method Description void
UserProfileMetadata. addAttributes(List<AttributeMetadata> metadata)
Constructors in org.keycloak.userprofile with parameters of type AttributeMetadata Constructor Description AttributeContext(UserProfileContext context, KeycloakSession session, Map.Entry<String,List<String>> attribute, UserModel user, AttributeMetadata metadata)
-