| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
Configuration.credentialPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static CredentialPlugin |
CredentialPluginLoader.get(String type)
Get current Identity plugin according to option `identityType`.
|
default CredentialPlugin |
CredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsIamCredentialPlugin
Permit AWS database IAM authentication.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
AwsIamCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserCredentialPlugin |
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
BrowserCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvCredentialPlugin
Authentication using environment variable.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
EnvCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesCredentialPlugin
Authentication using java system properties.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
PropertiesCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtCredentialPlugin
Authentication using JWT
|
| Modifier and Type | Method and Description |
|---|---|
CredentialPlugin |
JwtCredentialPlugin.initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
Copyright © 2022 SingleStore. All rights reserved.