|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.rules.sdk.callbacks.WalletCallback
Retrieve data from an Oracle Wallet.
| Constructor Summary | |
WalletCallback(java.lang.String path, char[] password)Construct a callback for the wallet located at the specified path and protected by the specified password. |
|
| Method Summary | |
char[] |
getValue(java.lang.String key)Gets a senstive data value associated with the specified key. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WalletCallback(java.lang.String path,
char[] password)
throws java.io.IOException,
java.security.GeneralSecurityException
path - Path to the directory containing the wallet.password - The wallet password.java.io.IOException - if there is an error accessing the walletjava.security.GeneralSecurityException - if there is an error accessing the wallet| Method Detail |
public char[] getValue(java.lang.String key)
throws java.security.GeneralSecurityException
getValue in interface SensitiveDataCallbackkey - The key for retrieving the data.java.security.GeneralSecurityException - if there is an error retrieving the data
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||