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.modelConstructors in org.keycloak.forms.login.freemarker.model with parameters of type AttributeMetadata Constructor Description Attribute(AttributeMetadata metadata)
- 
Uses of AttributeMetadata in org.keycloak.userprofileMethods 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 AttributeMetadataUserProfileMetadata. addAttribute(AttributeMetadata metadata)protected AttributeContextDefaultAttributes. createAttributeContext(AttributeMetadata metadata)protected booleanDefaultAttributes. isIncludeAttributeIfNotProvided(AttributeMetadata metadata)protected booleanLegacyAttributes. isIncludeAttributeIfNotProvided(AttributeMetadata metadata)Method parameters in org.keycloak.userprofile with type arguments of type AttributeMetadata Modifier and Type Method Description voidUserProfileMetadata. 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)
 
-