org.mariadb.jdbc.internal.protocol.authentication
Interface AuthenticationProviderHolder.AuthenticationProvider

Enclosing class:
AuthenticationProviderHolder

public static interface AuthenticationProviderHolder.AuthenticationProvider

Provider to handle authentication.


Method Summary
 InterfaceAuthSwitchSendResponsePacket processAuthPlugin(PacketInputStream reader, String plugin, String password, byte[] authData, int seqNo, String passwordCharacterEncoding)
           
 

Method Detail

processAuthPlugin

InterfaceAuthSwitchSendResponsePacket processAuthPlugin(PacketInputStream reader,
                                                        String plugin,
                                                        String password,
                                                        byte[] authData,
                                                        int seqNo,
                                                        String passwordCharacterEncoding)
                                                        throws SQLException
Throws:
SQLException


Copyright © 2017. All rights reserved.