getTokenVaultInfoExt()
Get token vault information via a new connection (creates and closes its own database connection).
This function performs exactly the same operations as getTokenVaultInfo(), but it create its own database connection first, and close this connection when it is done.
Syntax
public void getTokenVaultInfoExt (String owner, String tableName, HashMap<String, String> info) throws SQLException
Request Parameters
Parameter | Type | Description |
---|---|---|
owner | String | Owner/schema that contains metadata tables. |
info | String | Output object that must be populated with the following string pairs: • CryptoKeyName - Name of the key used for encryption/decryption.• HMACKeyName - Name of the key used for HMAC operations.• KeyRotationDate - Date/time when key rotation started.• TokenVaultName - Name of the token vault corresponding to the table name.Refer to data examples for getDatabaseMetaInfo(). |