Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.credential | |
org.mariadb.jdbc.credential.env | |
org.mariadb.jdbc.credential.system | |
org.mariadb.jdbc.util |
Modifier and Type | Method and Description |
---|---|
CredentialPlugin |
UrlParser.getCredentialPlugin() |
Modifier and Type | Method and Description |
---|---|
static CredentialPlugin |
CredentialPluginLoader.get(String type)
Get current Identity plugin according to option `identityType`.
|
default CredentialPlugin |
CredentialPlugin.initialize(Options options,
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(Options options,
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(Options options,
String userName,
HostAddress hostAddress) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultOptions.postOptionProcess(Options options,
CredentialPlugin credentialPlugin)
Option initialisation end : set option value to a coherent state.
|
Copyright © 2020 mariadb.com. All rights reserved.