Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Uses of Class
oracle.security.am.plugin.authn.AuthenticationErrorCode

Packages that use AuthenticationErrorCode
oracle.security.am.plugin.authn Package holds authentication plugin interfaces. 

 

Uses of AuthenticationErrorCode in oracle.security.am.plugin.authn

 

Methods in oracle.security.am.plugin.authn that return AuthenticationErrorCode
 AuthenticationErrorCode AuthenticationException.getErrorCode()
          Gets the error code.
static AuthenticationErrorCode AuthenticationErrorCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationErrorCode[] AuthenticationErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.security.am.plugin.authn with parameters of type AuthenticationErrorCode
AuthenticationException(AuthenticationErrorCode errorCode)
          Instantiates a new authentication exception.
AuthenticationException(AuthenticationErrorCode errorCode, java.lang.Throwable t)
          Instantiates a new authentication exception.
AuthenticationException(java.lang.String key, AuthenticationErrorCode errorCode)
          Instantiates a new authentication exception.
AuthenticationException(java.lang.String key, AuthenticationErrorCode errorCode, java.lang.Throwable t)
          Instantiates a new authentication exception.

 


Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.