Uses of Interface
org.apache.zookeeper.server.quorum.auth.QuorumAuthLearner
Packages that use QuorumAuthLearner
-
Uses of QuorumAuthLearner in org.apache.zookeeper.server.quorum
Constructors in org.apache.zookeeper.server.quorum with parameters of type QuorumAuthLearnerModifierConstructorDescriptionQuorumCnxManager
(QuorumPeer self, long mySid, Map<Long, QuorumPeer.QuorumServer> view, QuorumAuthServer authServer, QuorumAuthLearner authLearner, int socketTimeout, boolean listenOnAllIPs, int quorumCnxnThreadsSize, boolean quorumSaslAuthEnabled) -
Uses of QuorumAuthLearner in org.apache.zookeeper.server.quorum.auth
Classes in org.apache.zookeeper.server.quorum.auth that implement QuorumAuthLearnerModifier and TypeClassDescriptionclass
This class represents no authentication learner, it just return without performing any authentication.class