|
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<SsoProvider.SsoOpType>
oracle.security.jps.service.sso.SsoProvider.SsoOpType
public static enum SsoProvider.SsoOpType
The supported type of SSO extended operations.
| Enum Constant Summary | |
|---|---|
IMP_BEGINStarting the impersonation session. |
|
IMP_ENDEnding the impersonation session. |
|
| Method Summary | |
|---|---|
static SsoProvider.SsoOpType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static SsoProvider.SsoOpType[] |
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 SsoProvider.SsoOpType IMP_BEGIN
public static final SsoProvider.SsoOpType IMP_END
| Method Detail |
|---|
public static SsoProvider.SsoOpType[] values()
for (SsoProvider.SsoOpType c : SsoProvider.SsoOpType.values())
System.out.println(c);
public static SsoProvider.SsoOpType 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 | |||||||||