public class ListerKeys
extends java.lang.Object
ListerKeys class provides constants for the key names
use to obtain values from a Properties object when using the
PolicyListerMBean and RoleListerMBean interfaces.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
AUX_DATA |
The
Properties key used to get the
auxiliary data. |
static java.lang.String |
EXPRESSION |
The
Properties key used to get the policy or role expression. |
static java.lang.String |
POLICY_SOURCE |
The
Properties key used to get the source
of the policy or role expression. |
static java.lang.String |
RESOURCE_ID |
The
Properties key used to get the resource identifier. |
static java.lang.String |
ROLE_NAME |
The
Properties key used to get the role name. |
public static final java.lang.String RESOURCE_ID
Properties key used to get the resource identifier.public static final java.lang.String EXPRESSION
Properties key used to get the policy or role expression.public static final java.lang.String POLICY_SOURCE
Properties key used to get the source
of the policy or role expression. (Optional) The value will be set when the source is the Java EE or WLS DD.
public static final java.lang.String ROLE_NAME
Properties key used to get the role name.public static final java.lang.String AUX_DATA
Properties key used to get the
auxiliary data. (Optional) The value will be set when there is auxiliary data available.