Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


oracle.adf.share.security.credentialstore.spi
Interface CredentialProvisioning2

All Superinterfaces:
CredentialProvisioning
All Known Implementing Classes:
ADFNoCredentialSupportStore, CSFCredentialStore

public interface CredentialProvisioning2
extends CredentialProvisioning

Internal: Applications should not use this interface. An interface for managing credentials for user or role principals.


Method Summary
 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 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 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 interface oracle.adf.share.security.credentialstore.spi.CredentialProvisioning
removeCredential, storeCredential, storeSerializableCredential

 

Method Detail

storeCredential

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 map name
adfCredKey - ADF cred key
credKey - the credential key
principal - the user or role principal

storeSerializableCredential

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 map name
adfCredKey - ADF cred key
credKey - the credential key
principal - the user or role principal

removeCredential

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:
credKey - the credential key
mapName - the map name
adfCredKey - ADF cred key
principal - the user or role principal
Throws:
CredentialNotFoundException - if the credential does not exist for the given key

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.3.0)

E17486-04


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