Interface ProtocolHandler.Authentication

    • Method Detail

      • authenticated

        ProtocolHandler.Action authenticated()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateKerberos

        void authenticateKerberos​(ProtocolChannel channel)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateClear

        void authenticateClear​(ProtocolChannel channel)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateMD5

        void authenticateMD5​(byte[] salt,
                             ProtocolChannel channel)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateSCM

        void authenticateSCM​(ProtocolChannel channel)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateGSS

        void authenticateGSS​(io.netty.buffer.ByteBuf data,
                             ProtocolChannel channel)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateSSPI

        void authenticateSSPI​(io.netty.buffer.ByteBuf data,
                              ProtocolChannel channel)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • authenticateContinue

        void authenticateContinue​(io.netty.buffer.ByteBuf data,
                                  ProtocolChannel channel)
                           throws java.io.IOException
        Throws:
        java.io.IOException