| Package | Description |
|---|---|
| com.oceanbase.jdbc | |
| com.oceanbase.jdbc.credential | |
| com.oceanbase.jdbc.credential.env | |
| com.oceanbase.jdbc.credential.system | |
| com.oceanbase.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 © 2022 oceanbase.com. All rights reserved.