Class AbstractVMParamsZkACLAndCredentialsProvidersTestBase


  • public class AbstractVMParamsZkACLAndCredentialsProvidersTestBase
    extends SolrTestCaseJ4
    • Constructor Detail

      • AbstractVMParamsZkACLAndCredentialsProvidersTestBase

        public AbstractVMParamsZkACLAndCredentialsProvidersTestBase()
    • Method Detail

      • beforeClass

        public static void beforeClass()
      • testWrongCredentials

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

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

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

        public void testReadonlyCredentialsFromFile()
                                             throws Exception
        Throws:
        Exception
      • testAllCredentialsFromFile

        public void testAllCredentialsFromFile()
                                        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