SecurityToken
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP S/4HANA 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=HTTPHeader); 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 security token using a data source, be aware that 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.
Data Source Methods
public String getSecurityToken()
public void setSecurityToken(String)
Default Value
No default value
Data Type
String