Package org.keycloak.representations.idm
Class UserProfileMetadata
java.lang.Object
org.keycloak.representations.idm.UserProfileMetadata
- Author:
- Vlastimil Elias <velias@redhat.com>
-
Constructor Summary
ConstructorDescriptionUserProfileMetadata
(List<UserProfileAttributeMetadata> attributes, List<UserProfileAttributeGroupMetadata> groups) -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeMetadata
(String name) void
setAttributes
(List<UserProfileAttributeMetadata> attributes)
-
Constructor Details
-
UserProfileMetadata
public UserProfileMetadata() -
UserProfileMetadata
public UserProfileMetadata(List<UserProfileAttributeMetadata> attributes, List<UserProfileAttributeGroupMetadata> groups)
-
-
Method Details
-
getAttributes
-
getGroups
-
setAttributes
-
getAttributeMetadata
-
getAttributeGroupMetadata
-