Class NullQuorumAuthLearner

  • All Implemented Interfaces:
    QuorumAuthLearner

    public class NullQuorumAuthLearner
    extends java.lang.Object
    implements QuorumAuthLearner
    This class represents no authentication learner, it just return without performing any authentication.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void authenticate​(java.net.Socket sock, java.lang.String hostname)
      Performs an authentication step for the given socket connection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullQuorumAuthLearner

        public NullQuorumAuthLearner()
    • Method Detail

      • authenticate

        public void authenticate​(java.net.Socket sock,
                                 java.lang.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