GetCustomTokenPropertyByValue()
Get customTokenProperty(s)
based on the plaintext value(s) and custom data.
Syntax
public String[] GetCustomTokenPropertyByValue(String naeUser, String naePassword, String dbUser, String dbPswd, String[] values, String[] customData, String tableName)
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
naeUser | String | The Key Manager user with access to the AES and HMAC keys. |
naePassword | String | The Key Manager user’s password. |
dbUser | String | The database user with access to the token table. |
dbPswd | String | The database user’s password. |
values | String array | The plaintext value(s) for which the customTokenProperty(s) are to be fetched. |
customData | String array | An array of customer specified data for which the customTokenProperty(s) are to be fetched.Note: For My SQL, if the customData parameter is null or empty, then the GetCustomTokenPropertyByValue() API returns results for all the customData values in token vault. |
tableName | String | The token table. The name must be in CAPITAL LETTERS. |
Returned Value
Returned Value | Description |
---|---|
String[] | The customTokenProperty(s) . |