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