JDBC Driver for HarperDB

Build 22.0.8462

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe scheme used for authentication. Accepted entries are Basic and Token.
ServerThe host name or IP address of the server hosting the HarperDB database. For example, demo.harperdbcloud.com/hdbinstance or 127.0.0.1.
UseSSLThis field sets whether SSL is enabled.
PortThe port for the connection to the HarperDB instance. If no port value should be used in the URL for your HarperDB instance, leave the Port connection property blank. The driver does not assign a default port value.
UserThe HarperDB user account used to authenticate.
PasswordThe password used to authenticate the user.
OperationTokenThe operation_token used to authenticate to HarperDB.
RefreshTokenThe refresh_token used to refresh an operation_token.
OperationTokenTimeoutThe lifetime of the retrieved operation_token. This setting defaults to the default operation_token lifetime for HarperDB. This setting only applies when OperationToken and RefreshToken are left unspecified, and the driver is instead retrieving and managing token credentials using the supplied User and Password .
RefreshTokenTimeoutThe lifetime of the retrieved refresh_token. This setting defaults to the default refresh_token lifetime for HarperDB. This setting only applies when OperationToken and RefreshToken are left unspecified, and the driver is instead retrieving and managing token credentials using the supplied User and Password .
CredentialsLocationThe location of the settings file where credentials are saved.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462