Uses of Class
org.keycloak.userprofile.AttributeGroupMetadata
Packages that use AttributeGroupMetadata
-
Uses of AttributeGroupMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return AttributeGroupMetadataModifier and TypeMethodDescriptionAttributeGroupMetadata.addAnnotations
(Map<String, Object> annotations) AttributeGroupMetadata.clone()
AttributeMetadata.getAttributeGroupMetadata()
static AttributeGroupMetadata
UserProfileUtil.lookupUserMetadataGroup
(KeycloakSession session) Find the metadata group "user-metadata"AttributeGroupMetadata.setDisplayDescription
(String displayDescription) AttributeGroupMetadata.setDisplayHeader
(String displayHeader) Methods in org.keycloak.userprofile with parameters of type AttributeGroupMetadataModifier and TypeMethodDescriptionstatic AttributeMetadata
UserProfileUtil.createAttributeMetadata
(String attrName, UserProfileMetadata metadata, AttributeGroupMetadata metadataGroup, int guiOrder, String storageProviderName) Adds metadata attribute to the user-profile for users from specified userStorageProviderAttributeMetadata.setAttributeGroupMetadata
(AttributeGroupMetadata attributeGroupMetadata)