Uses of Class
org.apache.zookeeper.data.ClientInfo
Packages that use ClientInfo
Package
Description
-
Uses of ClientInfo in org.apache.zookeeper
Methods in org.apache.zookeeper that return types with arguments of type ClientInfoModifier and TypeMethodDescriptionZooKeeper.whoAmI()
Gives all authentication information added into the current session. -
Uses of ClientInfo in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto that return types with arguments of type ClientInfoMethod parameters in org.apache.zookeeper.proto with type arguments of type ClientInfoConstructor parameters in org.apache.zookeeper.proto with type arguments of type ClientInfo -
Uses of ClientInfo in org.apache.zookeeper.server.util
Methods in org.apache.zookeeper.server.util that return types with arguments of type ClientInfoModifier and TypeMethodDescriptionstatic List
<ClientInfo> AuthUtil.getClientInfos
(List<Id> authInfo) Gets user from id to prepare ClientInfo.