Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27137-01


oracle.security.am.engines.common.identity.provider.exceptions
Enum TestConnectionException.TestConnErrCode

java.lang.Object
  extended by java.lang.Enum<TestConnectionException.TestConnErrCode>
      extended by oracle.security.am.engines.common.identity.provider.exceptions.TestConnectionException.TestConnErrCode

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TestConnectionException.TestConnErrCode>
Enclosing class:
TestConnectionException

public static enum TestConnectionException.TestConnErrCode
extends java.lang.Enum<TestConnectionException.TestConnErrCode>

Enum Constant Summary
ERR_ADMIN_USERS_ROLES
          thrown when admin users/roles are missing.
ERR_GROUP_SEARCH_BASE
          thrown when group search base either has no elements or is missing in the user store
ERR_OTHER
          thrown for a variety of other conditions like naming exceptions.
ERR_SUBSCRIBER_NAME
           
ERR_URL_CREDENTIALS
          thrown when host:port or credentials (login dn and password) are invalid
ERR_USER_NAME_ATTR
          thrown when group search base either has no elements or is missing in the user store
ERR_USER_SEARCH_BASE
          thrown 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

ERR_URL_CREDENTIALS

public static final TestConnectionException.TestConnErrCode ERR_URL_CREDENTIALS
thrown when host:port or credentials (login dn and password) are invalid

ERR_USER_SEARCH_BASE

public static final TestConnectionException.TestConnErrCode ERR_USER_SEARCH_BASE
thrown when user search base either has no elements or is missing in the user store

ERR_SUBSCRIBER_NAME

public static final TestConnectionException.TestConnErrCode ERR_SUBSCRIBER_NAME

ERR_GROUP_SEARCH_BASE

public static final TestConnectionException.TestConnErrCode ERR_GROUP_SEARCH_BASE
thrown when group search base either has no elements or is missing in the user store

ERR_USER_NAME_ATTR

public static final TestConnectionException.TestConnErrCode ERR_USER_NAME_ATTR
thrown when group search base either has no elements or is missing in the user store

ERR_ADMIN_USERS_ROLES

public static final TestConnectionException.TestConnErrCode ERR_ADMIN_USERS_ROLES
thrown when admin users/roles are missing.

ERR_OTHER

public static final TestConnectionException.TestConnErrCode ERR_OTHER
thrown for a variety of other conditions like naming exceptions.

Method Detail

values

public static TestConnectionException.TestConnErrCode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (TestConnectionException.TestConnErrCode c : TestConnectionException.TestConnErrCode.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TestConnectionException.TestConnErrCode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27137-01


Copyright © 2012, Oracle Corp. All Rights Reserved.