public class ListerKeys extends 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 and Description |
|---|---|
static String |
AUX_DATA
The
Properties key used to get the
auxiliary data. |
static String |
EXPRESSION
The
Properties key used to get the policy or role expression. |
static String |
POLICY_SOURCE
The
Properties key used to get the source
of the policy or role expression. |
static String |
RESOURCE_ID
The
Properties key used to get the resource identifier. |
static String |
ROLE_NAME
The
Properties key used to get the role name. |
public static final String RESOURCE_ID
Properties key used to get the resource identifier.public static final String EXPRESSION
Properties key used to get the policy or role expression.public static final 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 String ROLE_NAME
Properties key used to get the role name.public static final String AUX_DATA
Properties key used to get the
auxiliary data. (Optional) The value will be set when there is auxiliary data available.