Class NullQuorumAuthLearner

  • All Implemented Interfaces:
    QuorumAuthLearner

    public class NullQuorumAuthLearner
    extends Object
    implements QuorumAuthLearner
    This class represents no authentication learner, it just return without performing any authentication.
    • Constructor Detail

      • NullQuorumAuthLearner

        public NullQuorumAuthLearner()
    • Method Detail

      • authenticate

        public void authenticate​(Socket sock,
                                 String hostname)
        Description copied from interface: QuorumAuthLearner
        Performs an authentication step for the given socket connection.
        Specified by:
        authenticate in interface QuorumAuthLearner
        Parameters:
        sock - socket connection to other quorum peer server
        hostname - host name of other quorum peer server