Class AbstractDigestZkACLAndCredentialsProvidersTestBase


  • public class AbstractDigestZkACLAndCredentialsProvidersTestBase
    extends SolrTestCaseJ4
    • Constructor Detail

      • AbstractDigestZkACLAndCredentialsProvidersTestBase

        public AbstractDigestZkACLAndCredentialsProvidersTestBase()
    • Method Detail

      • beforeClass

        public static void beforeClass()
      • afterClass

        public static void afterClass()
      • testWrongCredentials

        public void testWrongCredentials()
                                  throws Exception
        Throws:
        Exception
      • testAllCredentials

        public void testAllCredentials()
                                throws Exception
        Throws:
        Exception
      • testReadonlyCredentials

        public void testReadonlyCredentials()
                                     throws Exception
        Throws:
        Exception
      • testInjectors

        protected void testInjectors​(List<org.apache.solr.cloud.AbstractDigestZkACLAndCredentialsProvidersTestBase.TestZkCredentialsInjector> testZkCredentialsInjectors,
                                     boolean getData,
                                     boolean list,
                                     boolean create,
                                     boolean setData,
                                     boolean delete,
                                     boolean secureGet,
                                     boolean secureList,
                                     boolean secureCreate,
                                     boolean secureSet,
                                     boolean secureDelete)
                              throws Exception
        Throws:
        Exception
      • doTest

        public static void doTest​(org.apache.solr.common.cloud.SolrZkClient zkClient,
                                  boolean getData,
                                  boolean list,
                                  boolean create,
                                  boolean setData,
                                  boolean delete,
                                  boolean secureGet,
                                  boolean secureList,
                                  boolean secureCreate,
                                  boolean secureSet,
                                  boolean secureDelete)
                           throws Exception
        Throws:
        Exception
      • doTest

        protected static void doTest​(org.apache.solr.common.cloud.SolrZkClient zkClient,
                                     String path,
                                     boolean getData,
                                     boolean list,
                                     boolean create,
                                     boolean setData,
                                     boolean delete)
                              throws Exception
        Throws:
        Exception
      • testVMParamsAllCredentialsFromFile

        public void testVMParamsAllCredentialsFromFile()
                                                throws Exception
        Throws:
        Exception
      • testVMParamsReadonlyCredentialsFromFile

        public void testVMParamsReadonlyCredentialsFromFile()
                                                     throws Exception
        Throws:
        Exception