Class NullQuorumAuthServer

  • All Implemented Interfaces:
    QuorumAuthServer

    public class NullQuorumAuthServer
    extends Object
    implements QuorumAuthServer
    This class represents no authentication server, it just return without performing any authentication.
    • Constructor Detail

      • NullQuorumAuthServer

        public NullQuorumAuthServer()
    • Method Detail

      • authenticate

        public void authenticate​(Socket sock,
                                 DataInputStream din)
        Description copied from interface: QuorumAuthServer
        Performs an authentication step for the given socket connection.
        Specified by:
        authenticate in interface QuorumAuthServer
        Parameters:
        sock - socket connection to other quorum peer
        din - stream used to read auth data send by the quorum learner