Class ExternalServerSASL

  • All Implemented Interfaces:
    ServerSASL

    public class ExternalServerSASL
    extends java.lang.Object
    implements ServerSASL
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Detail

      • ExternalServerSASL

        public ExternalServerSASL()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface ServerSASL
      • processSASL

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

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

        public void setPrincipal​(java.security.Principal principal)