Skip navigation links

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

E10686-03


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

All Known Implementing Classes:
CSFCredentialStore

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

 

Method Detail

storeCredential

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

storeSerializableCredential

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

removeCredential

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 - 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 1 (11.1.1)

E10686-03


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