| Package | Description |
|---|---|
| oracle.security.jps.service.credstore |
| Modifier and Type | Method and Description |
|---|---|
CredentialMap |
CredentialStore.getCredentialMap(java.lang.String mapName)
Returns the
CredentialMap of Credential objects associated with the specified mapName. |
static CredentialMap |
CredentialFactory.newCredentialMap()
Creates the new Credential Map instance which can be used for setting the keys and values
|
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialStore.resetCredentialMap(java.lang.String mapName, CredentialMap credentialMap)
Overrides the
CredentialMap of Credential objects for the specified mapName. |
void |
CredentialStore.setCredentialMap(java.lang.String mapName, CredentialMap credentialMap)
Stores the
CredentialMap of Credential objects for the specified mapName. |