UpdateTokenPropertyBatch()
Updates the tokenProperty of a batch of tokens in the token vault.
Syntax
public SiteBean[] UpdateTokenPropertyBatch (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String[] tokens, String[] tokenProperty, String[] customTokenProperty)
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. | 
| tableName | String | The token vault. The table name must be in CAPITAL LETTERS. | 
| tokens | String array | Array of tokens for which tokenPropertyneeds to be updated. | 
| tokenProperty | String array | An array of tokenPropertyto be updated. | 
| customTokenProperty | String array | An array of customTokenPropertyto be updated. | 
Returned Value
| Returned Value | Description | 
|---|---|
| SiteBean[] | The number of rows updated. |