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