public class VMParamsAllAndReadonlyDigestZkACLProvider extends SecurityAwareZkACLProvider
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DEFAULT_DIGEST_READONLY_PASSWORD_VM_PARAM_NAME |
static String |
DEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAME |
SECURITY_ZNODE_PATH| 构造器和说明 |
|---|
VMParamsAllAndReadonlyDigestZkACLProvider() |
VMParamsAllAndReadonlyDigestZkACLProvider(String zkDigestAllUsernameVMParamName,
String zkDigestAllPasswordVMParamName,
String zkDigestReadonlyUsernameVMParamName,
String zkDigestReadonlyPasswordVMParamName) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<org.apache.zookeeper.data.ACL> |
createACLsToAdd(boolean includeReadOnly) |
protected List<org.apache.zookeeper.data.ACL> |
createACLsToAdd(boolean includeReadOnly,
String digestAllUsername,
String digestAllPassword,
String digestReadonlyUsername,
String digestReadonlyPassword)
Note: only used for tests
|
protected List<org.apache.zookeeper.data.ACL> |
createNonSecurityACLsToAdd() |
protected List<org.apache.zookeeper.data.ACL> |
createSecurityACLsToAdd() |
getACLsToAdd, isSecurityZNodePathpublic static final String DEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAME
public VMParamsAllAndReadonlyDigestZkACLProvider()
protected List<org.apache.zookeeper.data.ACL> createNonSecurityACLsToAdd()
createNonSecurityACLsToAdd 在类中 SecurityAwareZkACLProviderprotected List<org.apache.zookeeper.data.ACL> createSecurityACLsToAdd()
createSecurityACLsToAdd 在类中 SecurityAwareZkACLProviderprotected List<org.apache.zookeeper.data.ACL> createACLsToAdd(boolean includeReadOnly)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.