Uses of Interface
org.apache.zookeeper.server.quorum.auth.QuorumAuthServer
-
Packages that use QuorumAuthServer Package Description org.apache.zookeeper.server.quorum org.apache.zookeeper.server.quorum.auth -
-
Uses of QuorumAuthServer in org.apache.zookeeper.server.quorum
Constructors in org.apache.zookeeper.server.quorum with parameters of type QuorumAuthServer Constructor Description QuorumCnxManager(long mySid, java.util.Map<java.lang.Long,QuorumPeer.QuorumServer> view, QuorumAuthServer authServer, QuorumAuthLearner authLearner, int socketTimeout, boolean listenOnAllIPs, int quorumCnxnThreadsSize, boolean quorumSaslAuthEnabled)
QuorumCnxManager(long mySid, java.util.Map<java.lang.Long,QuorumPeer.QuorumServer> view, QuorumAuthServer authServer, QuorumAuthLearner authLearner, int socketTimeout, boolean listenOnAllIPs, int quorumCnxnThreadsSize, boolean quorumSaslAuthEnabled, java.util.concurrent.ConcurrentHashMap<java.lang.Long,org.apache.zookeeper.server.quorum.QuorumCnxManager.SendWorker> senderWorkerMap)
-
Uses of QuorumAuthServer in org.apache.zookeeper.server.quorum.auth
Classes in org.apache.zookeeper.server.quorum.auth that implement QuorumAuthServer Modifier and Type Class Description class
NullQuorumAuthServer
This class represents no authentication server, it just return without performing any authentication.class
SaslQuorumAuthServer
-