| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.identity | |
| org.mariadb.jdbc.identity.aws | |
| org.mariadb.jdbc.identity.env | |
| org.mariadb.jdbc.identity.system | |
| org.mariadb.jdbc.util |
| Modifier and Type | Method and Description |
|---|---|
IdentityPlugin |
UrlParser.getIdentityPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static IdentityPlugin |
IdentityPluginLoader.get(String type)
Get current Identity plugin according to option `identityType`.
|
default IdentityPlugin |
IdentityPlugin.initialize(Options options,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsIamIdentityPlugin
Permit AWS database IAM authentication.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPlugin |
AwsIamIdentityPlugin.initialize(Options options,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvIdentityPlugin
Authentication using environment variable.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPlugin |
EnvIdentityPlugin.initialize(Options options,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesIdentityPlugin
Authentication using java system properties.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityPlugin |
PropertiesIdentityPlugin.initialize(Options options,
String userName,
HostAddress hostAddress) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultOptions.postOptionProcess(Options options,
IdentityPlugin identityPlugin)
Option initialisation end : set option value to a coherent state.
|
Copyright © 2019 mariadb.org. All rights reserved.