|
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<PolicyEntry.POLICY_SEMANTIC>
oracle.security.jps.service.policystore.info.PolicyEntry.POLICY_SEMANTIC
public static enum PolicyEntry.POLICY_SEMANTIC
Policy Semantic Enum
| Enum Constant Summary | |
|---|---|
ANDPRINCIPAL AND Semantic, which means the policy will take effect, only if request matches all principals and codesource defined in this policy. |
|
ORPRINCIPAL OR Semantic, which means the policy will take effect, if request matches any principal, and matches codesource defined in this policy. |
|
| Method Summary | |
|---|---|
static PolicyEntry.POLICY_SEMANTIC |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static PolicyEntry.POLICY_SEMANTIC[] |
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 PolicyEntry.POLICY_SEMANTIC AND
public static final PolicyEntry.POLICY_SEMANTIC OR
| Method Detail |
|---|
public static PolicyEntry.POLICY_SEMANTIC[] values()
for (PolicyEntry.POLICY_SEMANTIC c : PolicyEntry.POLICY_SEMANTIC.values())
System.out.println(c);
public static PolicyEntry.POLICY_SEMANTIC 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 | |||||||||