| Package | Description |
|---|---|
| oracle.security.jps.service.credstore |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialMap.setCredential(java.lang.String key, Credential credential)
Assigns the
Credentialobject to the specified key. |
void |
CredentialStore.setCredential(java.lang.String mapName, java.lang.String key, Credential credential)
Stores the
Credential object for the specified mapName and key. |
void |
CredentialStore.setCredentialMap(java.lang.String mapName, CredentialMap credentialMap)
Stores the
CredentialMap of Credential objects for the specified mapName. |