Class AbstractRemoteLDAPTest

    • Constructor Detail

      • AbstractRemoteLDAPTest

        public AbstractRemoteLDAPTest()
    • Method Detail

      • configureLdapData

        protected void configureLdapData()
                                  throws java.lang.Exception
        Description copied from class: AbstractLDAPTest
        configure here test specific data ,load LDIF files
        Overrides:
        configureLdapData in class AbstractLDAPTest
        Throws:
        java.lang.Exception
      • configurePartition

        protected org.apache.directory.server.core.partition.Partition configurePartition()
                                                                                   throws java.lang.Exception
        Description copied from class: AbstractLDAPTest
        prepare partition , be aware at this method DirectoryService is not started yet so no session will be available
        Specified by:
        configurePartition in class AbstractLDAPTest
        Throws:
        java.lang.Exception
      • setUp

        public void setUp()
                   throws java.lang.Exception
        Description copied from class: AbstractLDAPTest
        Get's the initial context factory for the provider's ou=system context root.
        Overrides:
        setUp in class AbstractLDAPTest
        Throws:
        java.lang.Exception
        See Also:
        TestCase.setUp()