|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Enum
oracle.security.jps.service.policystore.ApplicationRoleAttributes
public final class ApplicationRoleAttributes
Attributes supported by the Application Roles.
| Field Summary | |
|---|---|
static ApplicationRoleAttributes |
APPLICATION_NAMEStandard attribute - Application this role belongs to |
static ApplicationRoleAttributes |
DESCRIPTIONStandard attribute - Description of the Application Role. |
static ApplicationRoleAttributes |
DISPLAY_NAMEStandard attribute - Display Name of the Application Role. |
static ApplicationRoleAttributes |
GUIDStandard attribute - Guid of the Application Role. |
static ApplicationRoleAttributes |
INHERITEDROLE_NAMEStandard attribute - attribute holding the names of the inheriting Roles |
static ApplicationRoleAttributes |
INHERITEDROLE_UNIQUENAMEStandard attribute - attribute holding the names of the inheriting Roles |
static ApplicationRoleAttributes |
MEMBER_NAMEStandard attribute - attribute holding the members of the role |
static ApplicationRoleAttributes |
MEMBER_UNIQUENAMEStandard attribute - attribute holding the members of the role |
static ApplicationRoleAttributes |
NAMEStandard attribute - Name of the Application Role. |
static ApplicationRoleAttributes |
ROLE_CATEGORYStandard attribute - Category of the role |
static ApplicationRoleAttributes |
SCOPEAn Extended Attribute - the scope of the application Role. |
static ApplicationRoleAttributes |
UNIQUE_NAMEStandard attribute - Unique Name of the Application Role. |
| Method Summary | |
|---|---|
static ApplicationRoleAttributes |
valueOf(java.lang.String name) |
static ApplicationRoleAttributes[] |
values() |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ApplicationRoleAttributes NAME
public static final ApplicationRoleAttributes DESCRIPTION
public static final ApplicationRoleAttributes DISPLAY_NAME
public static final ApplicationRoleAttributes APPLICATION_NAME
public static final ApplicationRoleAttributes ROLE_CATEGORY
public static final ApplicationRoleAttributes MEMBER_NAME
public static final ApplicationRoleAttributes MEMBER_UNIQUENAME
public static final ApplicationRoleAttributes INHERITEDROLE_NAME
public static final ApplicationRoleAttributes INHERITEDROLE_UNIQUENAME
public static final ApplicationRoleAttributes GUID
public static final ApplicationRoleAttributes UNIQUE_NAME
public static final ApplicationRoleAttributes SCOPE
This is an optional attribute while defining or creating the role. The semantics associated with the value of this attribute is user defined. JPS does not interpret this value except if searching for application roles using this attribute.
| Method Detail |
|---|
public static ApplicationRoleAttributes[] values()
public static ApplicationRoleAttributes valueOf(java.lang.String name)
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||