Skip navigation links

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

E27137-02


oracle.security.am.plugin.authn
Class AuthenticationConstants

java.lang.Object
  extended by oracle.security.am.plugin.authn.AuthenticationConstants


public class AuthenticationConstants
extends java.lang.Object
Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.2.0.0

Field Summary
static java.lang.String CRED_PARAM_TYPE_HTTP_COOKIE
          Paramter type http cookieString.
static java.lang.String CRED_PARAM_TYPE_HTTP_HEADER
          Paramter type http headerString.
static java.lang.String CRED_PARAM_TYPE_PASSWD
          Paramter type passwordString.
static java.lang.String CRED_PARAM_TYPE_STRING
          Paramter typeString.
static java.lang.String ERROR_CODE
           

 

Constructor Summary
AuthenticationConstants()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

CRED_PARAM_TYPE_STRING

public static final java.lang.String CRED_PARAM_TYPE_STRING
Paramter typeString.
See Also:
Constant Field Values

CRED_PARAM_TYPE_PASSWD

public static final java.lang.String CRED_PARAM_TYPE_PASSWD
Paramter type passwordString.
See Also:
Constant Field Values

CRED_PARAM_TYPE_HTTP_HEADER

public static final java.lang.String CRED_PARAM_TYPE_HTTP_HEADER
Paramter type http headerString.
See Also:
Constant Field Values

CRED_PARAM_TYPE_HTTP_COOKIE

public static final java.lang.String CRED_PARAM_TYPE_HTTP_COOKIE
Paramter type http cookieString.
See Also:
Constant Field Values

ERROR_CODE

public static final java.lang.String ERROR_CODE
See Also:
Constant Field Values

Constructor Detail

AuthenticationConstants

public AuthenticationConstants()

Skip navigation links

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

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.