Uses of Interface
org.mariadb.jdbc.client.socket.Reader
-
Packages that use Reader Package Description org.mariadb.jdbc.plugin org.mariadb.jdbc.plugin.authentication.addon org.mariadb.jdbc.plugin.authentication.standard -
-
Uses of Reader in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type Reader Modifier and Type Method Description org.mariadb.jdbc.client.ReadableByteBufAuthenticationPlugin. process(Writer encoder, Reader decoder, org.mariadb.jdbc.client.Context context)Process plugin authentication. -
Uses of Reader in org.mariadb.jdbc.plugin.authentication.addon
Methods in org.mariadb.jdbc.plugin.authentication.addon with parameters of type Reader Modifier and Type Method Description org.mariadb.jdbc.client.ReadableByteBufClearPasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Send password in clear text to server.org.mariadb.jdbc.client.ReadableByteBufSendGssApiAuthPacket. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process gssapi plugin authentication. -
Uses of Reader in org.mariadb.jdbc.plugin.authentication.standard
Methods in org.mariadb.jdbc.plugin.authentication.standard with parameters of type Reader Modifier and Type Method Description org.mariadb.jdbc.client.ReadableByteBufCachingSha2PasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process native password plugin authentication.org.mariadb.jdbc.client.ReadableByteBufEd25519PasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process Ed25519 password plugin authentication.org.mariadb.jdbc.client.ReadableByteBufNativePasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process native password plugin authentication.org.mariadb.jdbc.client.ReadableByteBufSendPamAuthPacket. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process PAM plugin authentication.
-