Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

oracle.adf.share.security.credentialstore
Class CredentialProvisioner

java.lang.Object
  extended by oracle.adf.share.security.credentialstore.CredentialProvisioner

public class CredentialProvisioner
extends java.lang.Object

Internal: Applications should not use this class. CredentialProvisioner provides management of user/role principals credentials.


Constructor Summary
CredentialProvisioner()
          Internal: Applications should not use this method. Constructor for a credential provisioner.
CredentialProvisioner(java.lang.String contextName)
          Internal: Applications should not use this method. Constructor for a credential provisioner of a specific provider class.
 
Method Summary
 void removeCredential(java.lang.String credKey, java.security.Principal principal)
          Internal: Applications should not use this method. Removes the credential specified by the credential key.
 void removeCredential(java.lang.String mapName, java.lang.String adfCredKey, java.lang.String credKey, java.security.Principal principal)
          Internal: Applications should not use this method. Removes the credential specified by the credential key.
 void storeCredential(Credential cred, java.lang.String credKey, java.security.Principal principal)
          Internal: Applications should not use this method. Store the credential for the specified credential key and principal.
 void storeCredential(Credential cred, java.lang.String mapName, java.lang.String adfCredKey, java.lang.String credKey, java.security.Principal principal)
          Internal: Applications should not use this method. Store the credential for the specified credential key and principal.
 void storeSerializableCredential(java.io.Serializable cred, java.lang.String credKey, java.security.Principal principal)
          Internal: Applications should not use this method. Store the credential for the specified credential key and principal.
 void storeSerializableCredential(java.io.Serializable cred, java.lang.String mapName, java.lang.String adfCredKey, java.lang.String credKey, java.security.Principal principal)
          Internal: Applications should not use this method. Store the credential for the specified credential key and principal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialProvisioner

public CredentialProvisioner()
Internal: Applications should not use this method. Constructor for a credential provisioner. It provide access to a credential provisioning object from an internal context.


CredentialProvisioner

public CredentialProvisioner(java.lang.String contextName)
Internal: Applications should not use this method. Constructor for a credential provisioner of a specific provider class.

Parameters:
context - name
Method Detail

storeCredential

public void storeCredential(Credential cred,
                            java.lang.String credKey,
                            java.security.Principal principal)
Internal: Applications should not use this method. Store the credential for the specified credential key and principal.

Parameters:
cred - the credential
credKey - the credential key
principal - the user or role principal

storeCredential

public void storeCredential(Credential cred,
                            java.lang.String mapName,
                            java.lang.String adfCredKey,
                            java.lang.String credKey,
                            java.security.Principal principal)
Internal: Applications should not use this method. Store the credential for the specified credential key and principal.

Parameters:
cred - the credential
mapName - the ADF cred map name
adfCredKey - the ADF cred key value
credKey - the credential key
principal - the user or role principal

storeSerializableCredential

public void storeSerializableCredential(java.io.Serializable cred,
                                        java.lang.String credKey,
                                        java.security.Principal principal)
Internal: Applications should not use this method. Store the credential for the specified credential key and principal.

Parameters:
cred - the serializable credential
credKey - the credential key
principal - the user or role principal

storeSerializableCredential

public void storeSerializableCredential(java.io.Serializable cred,
                                        java.lang.String mapName,
                                        java.lang.String adfCredKey,
                                        java.lang.String credKey,
                                        java.security.Principal principal)
Internal: Applications should not use this method. Store the credential for the specified credential key and principal.

Parameters:
cred - the serializable credential
mapName - the ADF cred map name
adfCredKey - the ADF cred key value
credKey - the credential key
principal - the user or role principal

removeCredential

public void removeCredential(java.lang.String credKey,
                             java.security.Principal principal)
                      throws CredentialNotFoundException
Internal: Applications should not use this method. Removes the credential specified by the credential key.

Parameters:
credKey - the credential key
principal - the user or role principal
Throws:
CredentialNotFoundException - when the credential for the key cannot be found

removeCredential

public void removeCredential(java.lang.String mapName,
                             java.lang.String adfCredKey,
                             java.lang.String credKey,
                             java.security.Principal principal)
                      throws CredentialNotFoundException
Internal: Applications should not use this method. Removes the credential specified by the credential key.

Parameters:
mapName - the ADF cred map name
adfCredKey - the ADF cred key value
credKey - the credential key
principal - the user or role principal
Throws:
CredentialNotFoundException - when the credential for the key cannot be found

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Copyright © 1997, 2011, Oracle. All rights reserved.