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 | Field and Description |
---|---|
private CredentialPlugin |
UrlParser.credentialPlugin |
Modifier and Type | Method and Description |
---|---|
CredentialPlugin |
UrlParser.getCredentialPlugin() |
Modifier and Type | Method and Description |
---|---|
static CredentialPlugin |
CredentialPluginLoader.get(java.lang.String type)
Get current Identity plugin according to option `identityType`.
|
default CredentialPlugin |
CredentialPlugin.initialize(Options options,
java.lang.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,
java.lang.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,
java.lang.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.
|