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