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 Credential

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


public class Credential
extends java.lang.Object

Credential object holds the credentials collected from the user. Each authentication module or authentication plug-in can add derived credentials to the object can be used by other modules.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Constructor Summary
Credential()
           

 

Method Summary
 void addCredentialParam(java.util.Map<java.lang.String,CredentialParam> paramMap)
          Adds a map of crenetial paramter objects to the Credential.
 void addCredentialParam(java.lang.String key, CredentialParam param)
          Adds a credential to the credential object.
 CredentialParam getParam(java.lang.String key)
          Retrieves a credential by the key.
 java.util.Map<java.lang.String,CredentialParam> getParamMap()
          returns the credential map.

 

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

 

Constructor Detail

Credential

public Credential()

Method Detail

getParamMap

public java.util.Map<java.lang.String,CredentialParam> getParamMap()
returns the credential map.
Returns:
of credential parameter objects.

getParam

public CredentialParam getParam(java.lang.String key)
Retrieves a credential by the key.
Parameters:
key - the key
Returns:
object.

addCredentialParam

public void addCredentialParam(java.lang.String key,
                               CredentialParam param)
Adds a credential to the credential object.
Parameters:
key - String value.
param - CredentialParam object.

addCredentialParam

public void addCredentialParam(java.util.Map<java.lang.String,CredentialParam> paramMap)
Adds a map of crenetial paramter objects to the Credential.
Parameters:
paramMap - <code.Map<String , CredentialParam> object.

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.