Uses of Class
org.apache.zookeeper.data.ClientInfo
-
Packages that use ClientInfo Package Description org.apache.zookeeper org.apache.zookeeper.proto org.apache.zookeeper.server.util -
-
Uses of ClientInfo in org.apache.zookeeper
Methods in org.apache.zookeeper that return types with arguments of type ClientInfo Modifier and Type Method Description java.util.List<ClientInfo>ZooKeeper. 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 ClientInfo Modifier and Type Method Description java.util.List<ClientInfo>WhoAmIResponse. getClientInfo()Method parameters in org.apache.zookeeper.proto with type arguments of type ClientInfo Modifier and Type Method Description voidWhoAmIResponse. setClientInfo(java.util.List<ClientInfo> m_)Constructor parameters in org.apache.zookeeper.proto with type arguments of type ClientInfo Constructor Description WhoAmIResponse(java.util.List<ClientInfo> clientInfo) -
Uses of ClientInfo in org.apache.zookeeper.server.util
Methods in org.apache.zookeeper.server.util that return types with arguments of type ClientInfo Modifier and Type Method Description static java.util.List<ClientInfo>AuthUtil. getClientInfos(java.util.List<Id> authInfo)Gets user from id to prepare ClientInfo.
-