| Modifier and Type | Method and Description |
|---|---|
static Credential |
ConnectionHelper.loadCredential(CredentialPlugin credentialPlugin,
Configuration configuration,
HostAddress hostAddress)
Load user/password plugin if configured to.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionHelper.authenticationHandler(Credential credential,
Writer writer,
Reader reader,
com.singlestore.jdbc.client.Context context)
Authentication swtich handler
|
| Constructor and Description |
|---|
HandshakeResponse(Credential credential,
String authenticationPluginType,
byte[] seed,
Configuration conf,
String host,
long clientCapabilities,
byte exchangeCharset)
Object with parsed results
|
| Modifier and Type | Method and Description |
|---|---|
Credential |
CredentialPlugin.get() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
AwsIamCredentialPlugin.get() |
Credential |
AwsCredentialGenerator.getToken() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
BrowserCredentialPlugin.get() |
Credential |
ExpiringCredential.getCredential() |
| Constructor and Description |
|---|
ExpiringCredential(Credential credential,
String email,
Instant expiration) |
| Modifier and Type | Method and Description |
|---|---|
Credential |
EnvCredentialPlugin.get() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
PropertiesCredentialPlugin.get() |
| Modifier and Type | Method and Description |
|---|---|
Credential |
JwtCredentialPlugin.get() |
Copyright © 2025 SingleStore. All rights reserved.