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 IdentityProviderException.ERROR_CODES

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IdentityProviderException.ERROR_CODES>
Enclosing class:
IdentityProviderException

public static enum IdentityProviderException.ERROR_CODES
extends java.lang.Enum<IdentityProviderException.ERROR_CODES>

Enum Constant Summary
ACCOUNT_EXPIRED
           
ACCT_INACTIVE_ERROR
           
DISABLED_USER
           
IDSTORE_NOT_INITIALIZED
           
IM_EXCEPTION
           
INVALID_USER
           
INVALID_USER_PASSWORD
           
LOCKED_USER
           
PASSWORD_EXPIRE_WARNING
           
PASSWORD_EXPIRED
           
PASSWORD_GRACE_LOGIN_WARNING
           
PASSWORD_ILLEGAL_VALUE_ERROR
           
PASSWORD_IN_HISTORY_ERROR
           
PASSWORD_IP_ACCOUNT_LOCKED_ERROR
           
PASSWORD_MIN_LENGTH
           
PASSWORD_MUST_CHANGE_WARNING
           
PASSWORD_NULL_ERROR
           
PASSWORD_NUMERIC_ERROR
           

 

Method Summary
 java.lang.String getErrorMsg()
           
static IdentityProviderException.ERROR_CODES valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdentityProviderException.ERROR_CODES[] 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

INVALID_USER

public static final IdentityProviderException.ERROR_CODES INVALID_USER

INVALID_USER_PASSWORD

public static final IdentityProviderException.ERROR_CODES INVALID_USER_PASSWORD

LOCKED_USER

public static final IdentityProviderException.ERROR_CODES LOCKED_USER

DISABLED_USER

public static final IdentityProviderException.ERROR_CODES DISABLED_USER

IM_EXCEPTION

public static final IdentityProviderException.ERROR_CODES IM_EXCEPTION

PASSWORD_EXPIRE_WARNING

public static final IdentityProviderException.ERROR_CODES PASSWORD_EXPIRE_WARNING

PASSWORD_GRACE_LOGIN_WARNING

public static final IdentityProviderException.ERROR_CODES PASSWORD_GRACE_LOGIN_WARNING

PASSWORD_MUST_CHANGE_WARNING

public static final IdentityProviderException.ERROR_CODES PASSWORD_MUST_CHANGE_WARNING

PASSWORD_EXPIRED

public static final IdentityProviderException.ERROR_CODES PASSWORD_EXPIRED

PASSWORD_IP_ACCOUNT_LOCKED_ERROR

public static final IdentityProviderException.ERROR_CODES PASSWORD_IP_ACCOUNT_LOCKED_ERROR

ACCT_INACTIVE_ERROR

public static final IdentityProviderException.ERROR_CODES ACCT_INACTIVE_ERROR

PASSWORD_NULL_ERROR

public static final IdentityProviderException.ERROR_CODES PASSWORD_NULL_ERROR

ACCOUNT_EXPIRED

public static final IdentityProviderException.ERROR_CODES ACCOUNT_EXPIRED

PASSWORD_MIN_LENGTH

public static final IdentityProviderException.ERROR_CODES PASSWORD_MIN_LENGTH

PASSWORD_NUMERIC_ERROR

public static final IdentityProviderException.ERROR_CODES PASSWORD_NUMERIC_ERROR

PASSWORD_IN_HISTORY_ERROR

public static final IdentityProviderException.ERROR_CODES PASSWORD_IN_HISTORY_ERROR

PASSWORD_ILLEGAL_VALUE_ERROR

public static final IdentityProviderException.ERROR_CODES PASSWORD_ILLEGAL_VALUE_ERROR

IDSTORE_NOT_INITIALIZED

public static final IdentityProviderException.ERROR_CODES IDSTORE_NOT_INITIALIZED

Method Detail

values

public static IdentityProviderException.ERROR_CODES[] 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 (IdentityProviderException.ERROR_CODES c : IdentityProviderException.ERROR_CODES.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IdentityProviderException.ERROR_CODES 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

getErrorMsg

public java.lang.String getErrorMsg()

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.