TokenService()
TokenService() constructs a TokenService object and starts the Token Service.
Syntax
TokenService(string naeUser, string naePswd, string dbUser, string dbPswd)
OR
TokenService(string naeUser, string naePswd, string dbUser, string dbPswd, string keyStorePassPhrase, string naePropertyFile)
Note
Token Service supports Unicode (multi-byte character) tokens. The dbUser can also be an AD user. It is applicable for MSSQL.
Request Parameters
Parameters | Data Types | Descriptions |
---|---|---|
naeUser | string | A Key Manager user with access to the AES and HMAC keys. |
naePassword | string | The Key Manager user’s password. |
dbUser | string | A database user with access to the token table. |
dbPswd | string | The database user’s password. |
keyStorePassPhrase | string | The passphrase used to access the keystore and to provide persistent key caching. Note: Specify this parameter as null as Persistent Key Caching is not supported. |
naePropertyFile | string | The absolute path of the IngrianNAE.properties file to be used. Note: If additional Key Manager is to be used, specify this parameter otherwise keep it as null. |