Class VMParamsAllAndReadonlyDigestZkACLProvider

java.lang.Object
org.apache.solr.common.cloud.SecurityAwareZkACLProvider
org.apache.solr.common.cloud.VMParamsAllAndReadonlyDigestZkACLProvider
All Implemented Interfaces:
org.apache.curator.framework.api.ACLProvider, org.apache.curator.utils.InternalACLProvider, ZkACLProvider

@Deprecated public class VMParamsAllAndReadonlyDigestZkACLProvider extends SecurityAwareZkACLProvider implements ZkACLProvider
Deprecated.
Deprecated in favor of a combination of DigestZkACLProvider and VMParamsZkCredentialsInjector.
 Current implementation delegates to DigestZkACLProvider with an injected VMParamsZkCredentialsInjector
 
  • Field Details

  • Constructor Details

    • VMParamsAllAndReadonlyDigestZkACLProvider

      public VMParamsAllAndReadonlyDigestZkACLProvider()
      Deprecated.
    • VMParamsAllAndReadonlyDigestZkACLProvider

      public VMParamsAllAndReadonlyDigestZkACLProvider(ZkCredentialsInjector zkCredentialsInjector)
      Deprecated.
    • VMParamsAllAndReadonlyDigestZkACLProvider

      public VMParamsAllAndReadonlyDigestZkACLProvider(String zkDigestAllUsernameVMParamName, String zkDigestAllPasswordVMParamName, String zkDigestReadonlyUsernameVMParamName, String zkDigestReadonlyPasswordVMParamName)
      Deprecated.
  • Method Details