Class NullQuorumAuthServer
- java.lang.Object
- 
- org.apache.zookeeper.server.quorum.auth.NullQuorumAuthServer
 
- 
- All Implemented Interfaces:
- QuorumAuthServer
 
 public class NullQuorumAuthServer extends Object implements QuorumAuthServer This class represents no authentication server, it just return without performing any authentication.
- 
- 
Constructor SummaryConstructors Constructor Description NullQuorumAuthServer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticate(Socket sock, DataInputStream din)Performs an authentication step for the given socket connection.
 
- 
- 
- 
Method Detail- 
authenticatepublic void authenticate(Socket sock, DataInputStream din) Description copied from interface:QuorumAuthServerPerforms an authentication step for the given socket connection.- Specified by:
- authenticatein interface- QuorumAuthServer
- Parameters:
- sock- socket connection to other quorum peer
- din- stream used to read auth data send by the quorum learner
 
 
- 
 
-