Class ServerSASLPlain

    • Constructor Detail

      • ServerSASLPlain

        public ServerSASLPlain()
    • Method Detail

      • processSASL

        public byte[] processSASL​(byte[] data)
        Specified by:
        processSASL in interface ServerSASL
      • done

        public void done()
        Specified by:
        done in interface ServerSASL
      • authenticate

        protected boolean authenticate​(String user,
                                       String password)
        Hook for subclasses to perform the authentication here
        Parameters:
        user -
        password -