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


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

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

 

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

 

Methods in oracle.security.am.plugin.authn that return CredentialParam
 CredentialParam Credential.getParam(java.lang.String key)
          Retrieves a credential by the key.

 

Methods in oracle.security.am.plugin.authn that return types with arguments of type CredentialParam
 java.util.Map<java.lang.String,CredentialParam> Credential.getGenericParamMap()
          returns the generic credential map.
 java.util.Map<java.lang.String,CredentialParam> Credential.getParamMap()
          returns the credential map.

 

Methods in oracle.security.am.plugin.authn with parameters of type CredentialParam
 void Credential.addCredentialParam(java.lang.String key, CredentialParam param)
          Adds a credential to the credential object.
 void Credential.addCredentialParamToGenericMap(java.lang.String key, CredentialParam param)
          Adds a credential to the credential object in the generic Map

 

Method parameters in oracle.security.am.plugin.authn with type arguments of type CredentialParam
 void Credential.addCredentialParam(java.util.Map<java.lang.String,CredentialParam> paramMap)
          Adds a map of crenetial paramter objects to the Credential.

 


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.