Uses of Class
org.keycloak.userprofile.AttributeGroupMetadata
-
Uses of AttributeGroupMetadata in org.keycloak.userprofile
Modifier 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) Modifier 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)