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