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

E17486-01

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

All Known Subinterfaces:
CredentialProvisioning2
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

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

E17486-01

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