|
Oracle Access Manager Access SDK Java API Reference 11g Release 1 (11.1.1) E22472-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<AccessClient.CompatibilityMode>
oracle.security.am.asdk.AccessClient.CompatibilityMode
public static enum AccessClient.CompatibilityMode
| Enum Constant Summary | |
|---|---|
OAM_10GOAM_10G specifies Oracle Access Manager 10G compatibility mode while interacting with the OAM server. |
|
| Method Summary | |
|---|---|
static AccessClient.CompatibilityMode |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static AccessClient.CompatibilityMode[] |
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 AccessClient.CompatibilityMode OAM_10G
| Method Detail |
|---|
public static AccessClient.CompatibilityMode[] values()
for (AccessClient.CompatibilityMode c : AccessClient.CompatibilityMode.values())
System.out.println(c);
public static AccessClient.CompatibilityMode 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 Access Manager Access SDK Java API Reference 11g Release 1 (11.1.1) E22472-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||