DeleteTokenByTokenProperty()
Deletes tokens of the specified tokenProperty
from the token vault.
Syntax
public SiteBean[] DeleteTokenByTokenProperty (String naeUser, String naePassword, String dbUser, String dbPswd, String tableName, String tokenProperty, String custom-TokenProperty)
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 table. The name must be in CAPITAL LETTERS. |
tokenProperty | String | Indicates the tokenProperty of the tokens to be deleted. |
customTokenProperty | String | Indicates the customTokenProperty of the tokens to be deleted. |
Returned Value
Returned Value | Description |
---|---|
SiteBean[] | Returns the number of rows deleted. |