Class UserProfileAttributeMetadata


  • public class UserProfileAttributeMetadata
    extends Object
    Author:
    Vlastimil Elias
    • Constructor Detail

      • UserProfileAttributeMetadata

        public UserProfileAttributeMetadata()
    • 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.
      • getValidators

        public Map<String,​Map<String,​Object>> getValidators()
        Get info about validators applied to attribute.
        Returns:
        map where key is validatorId and value is map with configuration for given validator (loaded from UserProfile configuration)