SecurityToken
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Documentation
Purpose
Specifies the API key required to make a connection to the server. This property is required when
token-based authentication is enabled
(AuthenticationMethod=UrlParameter); otherwise, this property
is ignored. If an API key is required and you do not supply one, the driver returns
an error indicating that an invalid user or password was supplied.
Important: If setting the API key using a data source, be aware that the value of the SecurityToken property, like all data source properties, is persisted in clear text.
Valid Values
string
where:
string
is the value of the API key assigned to the user.
Notes
- The value of this property correlates to the API Key value for the service. API keys can be generated through the Aha! user interface. Refer to the Aha! documentation for more information.
Data Source Methods
public String getSecurityToken()
public void setSecurityToken(String)
Default Value
No default value
Data Type
String