Package org.apache.zookeeper.server.auth
Class ServerAuthenticationProvider.ServerObjs
- java.lang.Object
 - 
- org.apache.zookeeper.server.auth.ServerAuthenticationProvider.ServerObjs
 
 
- 
- Enclosing class:
 - ServerAuthenticationProvider
 
public static class ServerAuthenticationProvider.ServerObjs extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ServerObjs(ZooKeeperServer zks, ServerCnxn cnxn) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerCnxngetCnxn()ZooKeeperServergetZks() 
 - 
 
- 
- 
Constructor Detail
- 
ServerObjs
public ServerObjs(ZooKeeperServer zks, ServerCnxn cnxn)
- Parameters:
 zks- the ZooKeeper server instancecnxn- the cnxn that received the authentication information.
 
 - 
 
- 
Method Detail
- 
getZks
public ZooKeeperServer getZks()
 
- 
getCnxn
public ServerCnxn getCnxn()
 
 - 
 
 -