public class NullQuorumAuthServer extends Object implements QuorumAuthServer
| Constructor and Description | 
|---|
NullQuorumAuthServer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
authenticate(Socket sock,
            DataInputStream din)
Performs an authentication step for the given socket connection. 
 | 
public void authenticate(Socket sock, DataInputStream din)
QuorumAuthServerauthenticate in interface QuorumAuthServersock - socket connection to other quorum peerdin - stream used to read auth data send by the quorum learnerCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.