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