Interface AuthenticationPlugin

    • Method Detail

      • process

        Buffer process​(PacketOutputStream out,
                       PacketInputStream in,
                       java.util.concurrent.atomic.AtomicInteger sequence)
                throws java.io.IOException,
                       java.sql.SQLException
        Process plugin authentication.
        Parameters:
        out - out stream
        in - in stream
        sequence - packet sequence
        Returns:
        response packet
        Throws:
        java.io.IOException - if socket error
        java.sql.SQLException - if plugin exception