Class PredefinedAttributes


  • public class PredefinedAttributes
    extends Object
    This class defines the names of attributes which are always available for org model entities and agents.
    • Field Detail

      • ENTITY_ID

        public static final String ENTITY_ID
        The name of the attribute for the unique identifier of an org model entity.
        See Also:
        Constant Field Values
      • ENTITY_ENABLED

        public static final String ENTITY_ENABLED
        The name of the attribute for whether an org model entity is enabled.
        See Also:
        Constant Field Values
      • ENTITY_NAME

        public static final String ENTITY_NAME
        The name of the attribute for the name of an org model entity.
        See Also:
        Constant Field Values
      • AGENT_USERNAME

        public static final String AGENT_USERNAME
        The name of the attribute for the username of an agent.
        See Also:
        Constant Field Values
      • AGENT_PASSWORD

        public static final String AGENT_PASSWORD
        The name of the attribute for the password of an agent.
        See Also:
        Constant Field Values
      • AGENT_HASHALG

        @Deprecated(since="13.0.0",
                    forRemoval=true)
        public static final String AGENT_HASHALG
        Deprecated, for removal: This API element is subject to removal in a future version.
        This is not and was not a publicly accessible OM attribute.
        The name of the attribute for the hash algorithm applied to the password of an agent.
        See Also:
        Constant Field Values
      • AGENT_LOCALE

        public static final String AGENT_LOCALE
        The name of the attribute for the locale of an agent.
        See Also:
        Constant Field Values
      • AGENT_EMAIL

        public static final String AGENT_EMAIL
        The name of the attribute for the email address of an agent.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PredefinedAttributes

        public PredefinedAttributes()