Uses of Class
org.mariadb.jdbc.plugin.Credential
-
-
Uses of Credential in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type Credential Modifier and Type Method Description default byte[]AuthenticationPlugin. hash(Credential credential)Return Hash -
Uses of Credential in org.mariadb.jdbc.plugin.authentication.standard
Methods in org.mariadb.jdbc.plugin.authentication.standard with parameters of type Credential Modifier and Type Method Description byte[]Ed25519PasswordPlugin. hash(Credential credential)Return Hashbyte[]NativePasswordPlugin. hash(Credential credential)Return Hash -
Uses of Credential in org.mariadb.jdbc.plugin.credential.aws
Methods in org.mariadb.jdbc.plugin.credential.aws that return Credential Modifier and Type Method Description CredentialAwsIamCredentialPlugin. get()CredentialAwsCredentialGenerator. getToken()Generate authentication token -
Uses of Credential in org.mariadb.jdbc.plugin.credential.env
Methods in org.mariadb.jdbc.plugin.credential.env that return Credential Modifier and Type Method Description CredentialEnvCredentialPlugin. get() -
Uses of Credential in org.mariadb.jdbc.plugin.credential.system
Methods in org.mariadb.jdbc.plugin.credential.system that return Credential Modifier and Type Method Description CredentialPropertiesCredentialPlugin. get()
-