Uses of Interface
org.mariadb.jdbc.credential.CredentialPlugin
-
Packages that use CredentialPlugin Package Description org.mariadb.jdbc org.mariadb.jdbc.credential org.mariadb.jdbc.credential.aws org.mariadb.jdbc.credential.env org.mariadb.jdbc.credential.system org.mariadb.jdbc.util -
-
Uses of CredentialPlugin in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return CredentialPlugin Modifier and Type Method Description CredentialPluginUrlParser. getCredentialPlugin() -
Uses of CredentialPlugin in org.mariadb.jdbc.credential
Methods in org.mariadb.jdbc.credential that return CredentialPlugin Modifier and Type Method Description static CredentialPluginCredentialPluginLoader. get(String type)Get current Identity plugin according to option `identityType`.default CredentialPluginCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.credential.aws
Classes in org.mariadb.jdbc.credential.aws that implement CredentialPlugin Modifier and Type Class Description classAwsIamCredentialPluginPermit AWS database IAM authentication.Methods in org.mariadb.jdbc.credential.aws that return CredentialPlugin Modifier and Type Method Description CredentialPluginAwsIamCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.credential.env
Classes in org.mariadb.jdbc.credential.env that implement CredentialPlugin Modifier and Type Class Description classEnvCredentialPluginAuthentication using environment variable.Methods in org.mariadb.jdbc.credential.env that return CredentialPlugin Modifier and Type Method Description CredentialPluginEnvCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.credential.system
Classes in org.mariadb.jdbc.credential.system that implement CredentialPlugin Modifier and Type Class Description classPropertiesCredentialPluginAuthentication using java system properties.Methods in org.mariadb.jdbc.credential.system that return CredentialPlugin Modifier and Type Method Description CredentialPluginPropertiesCredentialPlugin. initialize(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.util
Methods in org.mariadb.jdbc.util with parameters of type CredentialPlugin Modifier and Type Method Description static voidDefaultOptions. postOptionProcess(Options options, CredentialPlugin credentialPlugin)Option initialisation end : set option value to a coherent state.
-