|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CredentialStorage
Internal: Applications should not use this class. The credential store service provider interface.
| Method Summary | |
|---|---|
Credential |
fetchCredential(java.lang.String credKey)
Internal: Applications should not use this method. Retrieves the credential for the specified credential key. |
java.io.Serializable |
fetchSerializableCredential(java.lang.String credKey)
Internal: Applications should not use this method. Returns the serializable credential for the specified credential key. |
java.io.Serializable |
fetchSerializableCredentialForCurrentUser(java.lang.String credKey)
Internal: Applications should not use this method. Returns the serializable credential for the specified credential key for current user. |
void |
initialize(java.util.Hashtable props)
Internal: Applications should not use this method. Initializes the credentialstore from the properties. |
void |
removeCredential(java.lang.String credKey)
Internal: Applications should not use this method. Removes the credential specified credential idebtifier. |
void |
storeCredential(Credential cred,
java.lang.String credKey)
Internal: Applications should not use this method. Store the credential using the specify credential key. |
| Method Detail |
|---|
void initialize(java.util.Hashtable props)
props - the properties to initialize with
void storeCredential(Credential cred,
java.lang.String credKey)
cred - the crdential to be storedcredKey - the credential key
Credential fetchCredential(java.lang.String credKey)
throws CredentialNotFoundException
credKey - the credential key
CredentialNotFoundException - if the credential does not exist for
the given key
java.io.Serializable fetchSerializableCredential(java.lang.String credKey)
throws CredentialNotFoundException
credKey - the credential key
CredentialNotFoundException - if the credential does not exist for
the given key
java.io.Serializable fetchSerializableCredentialForCurrentUser(java.lang.String credKey)
throws CredentialNotFoundException
credKey - the credential key
CredentialNotFoundException - if the credential does not exist for
the given key
void removeCredential(java.lang.String credKey)
throws CredentialNotFoundException
credKey - the credential key
CredentialNotFoundException - if the credential does not exist for
the given key
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||