getTokenVaultListExt()
Get list of token vault names available in the database.
This function must establish its own database connection and close this connection when it completes.
Syntax
public void getTokenVaultListExt (HashMap<String, String> list) throws SQLException
Request Parameters
“list" is an output object that must be populated with the following string pairs describing the token vaults available in the database.
Parameter | Type | Description |
---|---|---|
TokenVault.0 through TokenVault.N | String | Name of each token vault. |
TokenVaultCount | int | Number of entries returned. |