Uses of Class
org.apache.curator.framework.AuthInfo
-
Packages that use AuthInfo Package Description org.apache.curator.framework -
-
Uses of AuthInfo in org.apache.curator.framework
Methods in org.apache.curator.framework that return types with arguments of type AuthInfo Modifier and Type Method Description java.util.List<AuthInfo>CuratorFrameworkFactory.Builder. getAuthInfos()Method parameters in org.apache.curator.framework with type arguments of type AuthInfo Modifier and Type Method Description CuratorFrameworkFactory.BuilderCuratorFrameworkFactory.Builder. authorization(java.util.List<AuthInfo> authInfos)Add connection authorization.
-