| Package | Description |
|---|---|
| oracle.fmwplatform.credentials.etcd | |
| oracle.fmwplatform.credentials.wallet |
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdWallet
This class provides a FMWWallet that uses etcd as the persistent store for credential data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoLoginWallet
AutoLoginWallet represents an wrapper instance of auto-login (SSO) Oracle Wallet.
|
class |
EncryptedWallet
EncryptedWallet represents an wrapper instance of encrypted (PKI) Oracle Wallet.
|
class |
FMWWallet
An abstract base class that implements Wallet interface.
|
| Modifier and Type | Method and Description |
|---|---|
Wallet |
WalletStoreProvider.getWallet()
Returns the wallet contained within this provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalletStoreProvider.setWallet(Wallet wallet)
Set the wallet managed by this provider.
|