Skip navigation links

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

E22473-01


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

AuthenticationConstants object defines the constants used for retrieving the credential parameters.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.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 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.