Class PredefinedAttributes

java.lang.Object
de.aristaflow.adept2.model.orgmodel.PredefinedAttributes

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

    • ENTITY_ID

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

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

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

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

      public static final String AGENT_PASSWORD
      The name of the attribute for the password of an agent.
      See Also:
    • 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:
    • AGENT_LOCALE

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

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

    • PredefinedAttributes

      public PredefinedAttributes()