Package | Description |
---|---|
oracle.fmwplatform.credentials.credential | |
oracle.fmwplatform.credentials.wallet |
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialBuilder.loadCredentials()
Retrieve a list of credentials from underlying credentialStore.
|
Credentials |
CredentialStore.loadCredentials()
Retrieve a list of credentials from underlying credentialStore.
|
Credentials |
Credentials.setAsString(String creds,
SecretKeySpec secretKey)
Decrypt a encrypted string representation of a credential store and load it and the
credentials of this object.
|
Credentials |
Credentials.setCredential(Credential cred)
Store a credential to the internal credentials HashMap
|
Credentials |
Credentials.setCredential(String alias,
char[] password)
Store a credential to the internal credentials HashMap
|
Credentials |
Credentials.setCredential(String alias,
String userName,
char[] password)
Store a credential to the internal credentials HashMap
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialBuilder.storeCredentials(Credentials credentials)
Storing a list of credentials to the underlying credentialStore.
|
void |
CredentialStore.storeCredentials(Credentials credentials)
Storing a list of credentials to the underlying credentialStore.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
WalletManager.getAll(String walletDirectory) |
Credentials |
WalletManager.getAll(String walletDirectory,
char[] walletPassword) |
Credentials |
WalletStoreProvider.loadCredentials()
Retrieve a list of credentials from underlying wallet.
|
Credentials |
Wallet.loadCredentials()
Retrieve a list of credentials from underlying wallet.
|
Credentials |
FMWWallet.loadCredentials() |
Modifier and Type | Method and Description |
---|---|
void |
WalletManager.printCredentials(Credentials credentials) |
void |
WalletManager.printCredentials(Credentials credentials,
String passwordCover) |
void |
WalletStoreProvider.storeCredentials(Credentials credentials)
Storing a list of credentials to the underlying wallet.
|