public class PredefinedAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGENT_EMAIL
The name of the attribute for the email address of an agent.
|
static java.lang.String |
AGENT_HASHALG
The name of the attribute for the hash algorithm applied to the password of an agent.
|
static java.lang.String |
AGENT_LOCALE
The name of the attribute for the locale of an agent.
|
static java.lang.String |
AGENT_PASSWORD
The name of the attribute for the password of an agent.
|
static java.lang.String |
AGENT_USERNAME
The name of the attribute for the username of an agent.
|
static java.lang.String |
ENTITY_ENABLED
The name of the attribute for whether an org model entity is enabled.
|
static java.lang.String |
ENTITY_ID
The name of the attribute for the unique identifier of an org model entity.
|
static java.lang.String |
ENTITY_NAME
The name of the attribute for the name of an org model entity.
|
| Constructor and Description |
|---|
PredefinedAttributes() |
public static final java.lang.String ENTITY_ID
public static final java.lang.String ENTITY_ENABLED
public static final java.lang.String ENTITY_NAME
public static final java.lang.String AGENT_USERNAME
public static final java.lang.String AGENT_PASSWORD
public static final java.lang.String AGENT_HASHALG
public static final java.lang.String AGENT_LOCALE
public static final java.lang.String AGENT_EMAIL