| Constructor and Description |
|---|
AutoLoginWallet(String dirName)
Create an auto-login wallet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkWalletExists(String location)
Determine if a wallet exists at the supplied location.
|
void |
createWallet()
Create a new wallet.
|
void |
deleteWallet()
Delete the wallet file.
|
void |
openWallet()
Opens the Oracle Wallet.
|
closeWallet, createNewWallet, exists, getCredential, getLocation, getORAWalletSecretStore, getSecretStore, getWallet, loadCredentials, loadWallet, removeCredential, setCredential, setLocation, updateWallet, walletExistspublic AutoLoginWallet(String dirName)
dirName - directory containing the wallet datapublic boolean checkWalletExists(String location)
FMWWalletcheckWalletExists in class FMWWalletlocation - wallet location
public void createWallet()
throws IOException
FMWWalletcreateWallet in class FMWWalletIOException - if an error occurs
public void deleteWallet()
throws FMWCredentialsException
WalletFMWCredentialsException - an error occurred when deleting the wallet.
public void openWallet()
throws IOException
FMWWalletopenWallet in class FMWWalletIOException - if an error occurs