|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<AuthenticationErrorCode>
oracle.security.am.plugin.authn.AuthenticationErrorCode
public enum AuthenticationErrorCode
| Enum Constant Summary | |
|---|---|
AUTHENTICATION_FAILEDGeneric Authentication failed |
|
IDSTORE_UNREACHABLE_ERROR |
|
INTERNAL_ERRORServer side error. |
|
INVALID_PASSWORDUser provided wrong password. |
|
INVALID_USERUser provided wrong user name. |
|
UNSPECIFIED_ERROR |
|
USER_LOCKED_ERROR |
|
USER_PASSWORD_EXPIRED |
|
| Method Summary | |
|---|---|
java.lang.String |
getPrimaryMessage()Deprecated. |
java.lang.String |
getValue() |
void |
setPrimaryMessage(java.lang.String primaryMsg)Deprecated. |
static AuthenticationErrorCode |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static AuthenticationErrorCode[] |
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 AuthenticationErrorCode INVALID_USER
public static final AuthenticationErrorCode AUTHENTICATION_FAILED
public static final AuthenticationErrorCode INVALID_PASSWORD
public static final AuthenticationErrorCode INTERNAL_ERROR
public static final AuthenticationErrorCode UNSPECIFIED_ERROR
public static final AuthenticationErrorCode USER_LOCKED_ERROR
public static final AuthenticationErrorCode USER_PASSWORD_EXPIRED
public static final AuthenticationErrorCode IDSTORE_UNREACHABLE_ERROR
| Method Detail |
|---|
public static AuthenticationErrorCode[] values()
for (AuthenticationErrorCode c : AuthenticationErrorCode.values())
System.out.println(c);
public static AuthenticationErrorCode 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 nullpublic java.lang.String getValue()
@Deprecated
public java.lang.String getPrimaryMessage()
@Deprecated
public void setPrimaryMessage(java.lang.String primaryMsg)
primaryMsg - : Error message got from backend store
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2013, Oracle Corp. All Rights Reserved.