Class UserProfileAttributeMetadata
- java.lang.Object
- 
- org.keycloak.representations.account.UserProfileAttributeMetadata
 
- 
 public class UserProfileAttributeMetadata extends Object - Author:
- Vlastimil Elias 
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAnnotations()Get info about attribute annotations loaded from UserProfile configuration.StringgetDisplayName()StringgetName()Map<String,Map<String,Object>>getValidators()Get info about validators applied to attribute.booleanisReadOnly()booleanisRequired()
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() 
 - 
getDisplayNamepublic String getDisplayName() - Returns:
- display name, either direct string to display, or construct for i18n like ${i18nkey}
 
 - 
isRequiredpublic boolean isRequired() 
 - 
isReadOnlypublic boolean isReadOnly() 
 - 
getAnnotationspublic Map<String,Object> getAnnotations() Get info about attribute annotations loaded from UserProfile configuration.
 
- 
 
-