Skip navigation links

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

E22473-01


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.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.

 

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 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.