Skip Headers
Oracle® Retail POS Suite Security Guide
Release 14.1
E54480-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

F Appendix: Wallet Management Tool

When installing an Oracle Retail POS Suite application, the installer creates the cwallet.sso file and stores any user credentials that were entered on the installer screens in the file. If the user credentials change once the application is installed, the cwallet.sso file must be updated with the new passwords.

The Wallet Management Tool is provided to update an existing credential and add a new credential in the wallet file. It prompts for the required information.

To use the tool, the following files and directories are required:

Updating an Existing Credential

To update a credential that already exists, use the following:

ant -f wallet.xml update
  • You are prompted for the user name alias, user name, old password, and new password.

  • You must enter the old password before the tool allows you to enter the new password.

  • If you attempt to update a credential that does not exist, a Java exception is displayed.

Adding a New Credential

To add a credential, use the following:

ant -f wallet.xml add
  • You are prompted for the user name alias, user name, and password.

  • If you attempt to add a credential that already exists, a Java exception is displayed.