|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2) E27137-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<TestConnectionException.TestConnErrCode>
oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode
public static enum TestConnectionException.TestConnErrCode
| Enum Constant Summary | |
|---|---|
ERR_ADMIN_USERS_ROLESthrown when admin users/roles are missing. |
|
ERR_GROUP_SEARCH_BASEthrown when group search base either has no elements or is missing in the user store |
|
ERR_OTHERthrown for a variety of other conditions like naming exceptions. |
|
ERR_SUBSCRIBER_NAME |
|
ERR_URL_CREDENTIALSthrown when host:port or credentials (login dn and password) are invalid |
|
ERR_USER_NAME_ATTRthrown when group search base either has no elements or is missing in the user store |
|
ERR_USER_SEARCH_BASEthrown when user search base either has no elements or is missing in the user store |
|
| Method Summary | |
|---|---|
static TestConnectionException.TestConnErrCode |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static TestConnectionException.TestConnErrCode[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 TestConnectionException.TestConnErrCode ERR_URL_CREDENTIALS
public static final TestConnectionException.TestConnErrCode ERR_USER_SEARCH_BASE
public static final TestConnectionException.TestConnErrCode ERR_SUBSCRIBER_NAME
public static final TestConnectionException.TestConnErrCode ERR_GROUP_SEARCH_BASE
public static final TestConnectionException.TestConnErrCode ERR_USER_NAME_ATTR
public static final TestConnectionException.TestConnErrCode ERR_ADMIN_USERS_ROLES
public static final TestConnectionException.TestConnErrCode ERR_OTHER
| Method Detail |
|---|
public static TestConnectionException.TestConnErrCode[] values()
for (TestConnectionException.TestConnErrCode c : TestConnectionException.TestConnErrCode.values())
System.out.println(c);
public static TestConnectionException.TestConnErrCode 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 Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2) E27137-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2012, Oracle Corp. All Rights Reserved.