Class UserProfileMetadata
- java.lang.Object
- 
- org.keycloak.representations.account.UserProfileMetadata
 
- 
 public class UserProfileMetadata extends Object - Author:
- Vlastimil Elias 
 
- 
- 
Constructor SummaryConstructors Constructor Description UserProfileMetadata()UserProfileMetadata(List<UserProfileAttributeMetadata> attributes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UserProfileAttributeMetadata>getAttributes()voidsetAttributes(List<UserProfileAttributeMetadata> attributes)
 
- 
- 
- 
Constructor Detail- 
UserProfileMetadatapublic UserProfileMetadata() 
 - 
UserProfileMetadatapublic UserProfileMetadata(List<UserProfileAttributeMetadata> attributes) 
 
- 
 - 
Method Detail- 
getAttributespublic List<UserProfileAttributeMetadata> getAttributes() 
 - 
setAttributespublic void setAttributes(List<UserProfileAttributeMetadata> attributes) 
 
- 
 
-