Uses of Class
org.mariadb.jdbc.credential.Credential
-
Packages that use Credential Package Description org.mariadb.jdbc.credential.env org.mariadb.jdbc.credential.system org.mariadb.jdbc.internal.com.send org.mariadb.jdbc.internal.protocol -
-
Uses of Credential in org.mariadb.jdbc.credential.env
Methods in org.mariadb.jdbc.credential.env that return Credential Modifier and Type Method Description Credential
EnvCredentialPlugin. get()
-
Uses of Credential in org.mariadb.jdbc.credential.system
Methods in org.mariadb.jdbc.credential.system that return Credential Modifier and Type Method Description Credential
PropertiesCredentialPlugin. get()
-
Uses of Credential in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type Credential Modifier and Type Method Description static void
SendHandshakeResponsePacket. send(PacketOutputStream pos, Credential credential, java.lang.String host, java.lang.String database, long clientCapabilities, long serverCapabilities, byte serverLanguage, byte packetSeq, Options options, java.lang.String authenticationPluginType, byte[] seed)
Send handshake response packet. -
Uses of Credential in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type Credential Modifier and Type Method Description private void
AbstractConnectProtocol. authenticationHandler(byte exchangeCharset, long clientCapabilities, java.lang.String authenticationPluginType, byte[] seed, Options options, java.lang.String database, Credential credential, java.lang.String host)
-