|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<EntryReference.EntryType>
oracle.security.jps.service.policystore.info.common.EntryReference.EntryType
public static enum EntryReference.EntryType
List of known EntryTypes.
| Enum Constant Summary | |
|---|---|
ADMIN_ROLEAdmin Role |
|
APPLICATIONAn Application |
|
APPLICATION_ROLEAn Application Role |
|
ATTRIBUTEAn attribute |
|
CROSS_APPLICATION_APP_ROLE |
|
FUNCTIONA Function |
|
GRANTA Grant |
|
GRANTEEA Grantee. |
|
OBLIGATIONObligation |
|
PERMISSIONA Permission |
|
PERMISSION_SETA PermissionSet |
|
PIP_CONFIGURATIONAn OES PIP Configuration |
|
POLICYA Policy |
|
POLICY_DOMAINA Policy Domain |
|
POLICY_RULE |
|
RESOURCEA Resource |
|
RESOURCE_TYPEA Resource Type |
|
ROLE_CATEGORYRole category |
|
ROLE_POLICYA Role Policy |
|
SM_CONFIGURATIONAn OES SM Configuration |
|
| Method Summary | |
|---|---|
static EntryReference.EntryType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static EntryReference.EntryType[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final EntryReference.EntryType APPLICATION
public static final EntryReference.EntryType ADMIN_ROLE
public static final EntryReference.EntryType APPLICATION_ROLE
public static final EntryReference.EntryType ROLE_CATEGORY
public static final EntryReference.EntryType PERMISSION
public static final EntryReference.EntryType PERMISSION_SET
public static final EntryReference.EntryType POLICY_RULE
public static final EntryReference.EntryType RESOURCE
public static final EntryReference.EntryType ATTRIBUTE
public static final EntryReference.EntryType RESOURCE_TYPE
public static final EntryReference.EntryType GRANT
public static final EntryReference.EntryType GRANTEE
public static final EntryReference.EntryType CROSS_APPLICATION_APP_ROLE
public static final EntryReference.EntryType FUNCTION
public static final EntryReference.EntryType POLICY_DOMAIN
public static final EntryReference.EntryType POLICY
public static final EntryReference.EntryType OBLIGATION
public static final EntryReference.EntryType SM_CONFIGURATION
public static final EntryReference.EntryType PIP_CONFIGURATION
public static final EntryReference.EntryType ROLE_POLICY
| Method Detail |
|---|
public static EntryReference.EntryType[] values()
for (EntryReference.EntryType c : EntryReference.EntryType.values())
System.out.println(c);
public static EntryReference.EntryType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||