Package org.apache.solr.common.cloud
Class VMParamsAllAndReadonlyDigestZkACLProvider
- java.lang.Object
- 
- org.apache.solr.common.cloud.SecurityAwareZkACLProvider
- 
- org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider
 
 
- 
- All Implemented Interfaces:
- ZkACLProvider
 
 @Deprecated public class VMParamsAllAndReadonlyDigestZkACLProvider extends SecurityAwareZkACLProvider implements ZkACLProvider Deprecated.Deprecated in favor of a combination ofDigestZkACLProviderandVMParamsZkCredentialsInjector.Current implementation delegates to DigestZkACLProviderwith an injectedVMParamsZkCredentialsInjector
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_DIGEST_FILE_VM_PARAM_NAMEDeprecated.static StringDEFAULT_DIGEST_PASSWORD_VM_PARAM_NAMEDeprecated.static StringDEFAULT_DIGEST_READONLY_PASSWORD_VM_PARAM_NAMEDeprecated.static StringDEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAMEDeprecated.static StringDEFAULT_DIGEST_USERNAME_VM_PARAM_NAMEDeprecated.- 
Fields inherited from class org.apache.solr.common.cloud.SecurityAwareZkACLProviderSECURITY_ZNODE_PATH, zkCredentialsInjector
 
- 
 - 
Constructor SummaryConstructors Constructor Description VMParamsAllAndReadonlyDigestZkACLProvider()Deprecated.VMParamsAllAndReadonlyDigestZkACLProvider(String zkDigestAllUsernameVMParamName, String zkDigestAllPasswordVMParamName, String zkDigestReadonlyUsernameVMParamName, String zkDigestReadonlyPasswordVMParamName)Deprecated.VMParamsAllAndReadonlyDigestZkACLProvider(ZkCredentialsInjector zkCredentialsInjector)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected List<org.apache.zookeeper.data.ACL>createNonSecurityACLsToAdd()Deprecated.protected List<org.apache.zookeeper.data.ACL>createSecurityACLsToAdd()Deprecated.voidsetZkCredentialsInjector(ZkCredentialsInjector zkCredentialsInjector)Deprecated.- 
Methods inherited from class org.apache.solr.common.cloud.SecurityAwareZkACLProvidergetACLsToAdd, isSecurityZNodePath
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.common.cloud.ZkACLProvidergetACLsToAdd
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_DIGEST_USERNAME_VM_PARAM_NAME@Deprecated public static final String DEFAULT_DIGEST_USERNAME_VM_PARAM_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
DEFAULT_DIGEST_PASSWORD_VM_PARAM_NAME@Deprecated public static final String DEFAULT_DIGEST_PASSWORD_VM_PARAM_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
DEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAME@Deprecated public static final String DEFAULT_DIGEST_READONLY_USERNAME_VM_PARAM_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
DEFAULT_DIGEST_READONLY_PASSWORD_VM_PARAM_NAME@Deprecated public static final String DEFAULT_DIGEST_READONLY_PASSWORD_VM_PARAM_NAME Deprecated.- See Also:
- Constant Field Values
 
 - 
DEFAULT_DIGEST_FILE_VM_PARAM_NAME@Deprecated public static final String DEFAULT_DIGEST_FILE_VM_PARAM_NAME Deprecated.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
VMParamsAllAndReadonlyDigestZkACLProviderpublic VMParamsAllAndReadonlyDigestZkACLProvider() Deprecated.
 - 
VMParamsAllAndReadonlyDigestZkACLProviderpublic VMParamsAllAndReadonlyDigestZkACLProvider(ZkCredentialsInjector zkCredentialsInjector) Deprecated.
 
- 
 - 
Method Detail- 
setZkCredentialsInjectorpublic void setZkCredentialsInjector(ZkCredentialsInjector zkCredentialsInjector) Deprecated.- Specified by:
- setZkCredentialsInjectorin interface- ZkACLProvider
- Overrides:
- setZkCredentialsInjectorin class- SecurityAwareZkACLProvider
- Parameters:
- zkCredentialsInjector- The ZkCredentialsInjector that injects ZK credentials
 
 - 
createNonSecurityACLsToAddprotected List<org.apache.zookeeper.data.ACL> createNonSecurityACLsToAdd() Deprecated.- Specified by:
- createNonSecurityACLsToAddin class- SecurityAwareZkACLProvider
- Returns:
- Set of ACLs to return for non-security related znodes
 
 - 
createSecurityACLsToAddprotected List<org.apache.zookeeper.data.ACL> createSecurityACLsToAdd() Deprecated.- Specified by:
- createSecurityACLsToAddin class- SecurityAwareZkACLProvider
- Returns:
- Set of ACLs to return security-related znodes
 
 
- 
 
-