Uses of Class
org.bremersee.keycloak.api.model.UserProfileAttributeGroupMetadata
Packages that use UserProfileAttributeGroupMetadata
-
Uses of UserProfileAttributeGroupMetadata in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return UserProfileAttributeGroupMetadataModifier and TypeMethodDescriptionUserProfileAttributeGroupMetadata.annotations(Map<String, Object> annotations) UserProfileAttributeGroupMetadata.displayDescription(String displayDescription) UserProfileAttributeGroupMetadata.displayHeader(String displayHeader) UserProfileAttributeGroupMetadata.putAnnotationsItem(String key, Object annotationsItem) Methods in org.bremersee.keycloak.api.model that return types with arguments of type UserProfileAttributeGroupMetadataModifier and TypeMethodDescription@Valid List<@Valid UserProfileAttributeGroupMetadata> UserProfileMetadata.getGroups()Get groupsMethods in org.bremersee.keycloak.api.model with parameters of type UserProfileAttributeGroupMetadataModifier and TypeMethodDescriptionUserProfileMetadata.addGroupsItem(UserProfileAttributeGroupMetadata groupsItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type UserProfileAttributeGroupMetadataModifier and TypeMethodDescriptionUserProfileMetadata.groups(List<@Valid UserProfileAttributeGroupMetadata> groups) voidUserProfileMetadata.setGroups(List<@Valid UserProfileAttributeGroupMetadata> groups)