|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.am.plugin.authn.Credential
public class Credential
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.
| 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 |
|---|
public Credential()
| Method Detail |
|---|
public java.util.Map<java.lang.String,CredentialParam> getParamMap()
public CredentialParam getParam(java.lang.String key)
key - the key
public void addCredentialParam(java.lang.String key,
CredentialParam param)
key - String value.param - CredentialParam object.public void addCredentialParam(java.util.Map<java.lang.String,CredentialParam> paramMap)
paramMap - <code.Map<String , CredentialParam> object.
|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||