Uses of Class
org.keycloak.userprofile.AttributeGroupMetadata
-
Packages that use AttributeGroupMetadata Package Description org.keycloak.userprofile -
-
Uses of AttributeGroupMetadata in org.keycloak.userprofile
Methods in org.keycloak.userprofile that return AttributeGroupMetadata Modifier and Type Method Description AttributeGroupMetadata
AttributeGroupMetadata. addAnnotations(Map<String,Object> annotations)
AttributeGroupMetadata
AttributeGroupMetadata. clone()
AttributeGroupMetadata
AttributeMetadata. getAttributeGroupMetadata()
AttributeGroupMetadata
AttributeGroupMetadata. setDisplayDescription(String displayDescription)
AttributeGroupMetadata
AttributeGroupMetadata. setDisplayHeader(String displayHeader)
AttributeGroupMetadata
AttributeGroupMetadata. setName(String name)
Methods in org.keycloak.userprofile with parameters of type AttributeGroupMetadata Modifier and Type Method Description AttributeMetadata
AttributeMetadata. setAttributeGroupMetadata(AttributeGroupMetadata attributeGroupMetadata)
-