public static class ServerAuthenticationProvider.ServerObjs extends Object
Constructor and Description |
---|
ServerObjs(ZooKeeperServer zks,
ServerCnxn cnxn) |
Modifier and Type | Method and Description |
---|---|
ServerCnxn |
getCnxn() |
ZooKeeperServer |
getZks() |
public ServerObjs(ZooKeeperServer zks, ServerCnxn cnxn)
zks
- the ZooKeeper server instancecnxn
- the cnxn that received the authentication information.public ZooKeeperServer getZks()
public ServerCnxn getCnxn()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.