Class ApacheDirectoryServerActivator


  • public class ApacheDirectoryServerActivator
    extends java.lang.Object
    This start the EmbeddedLDAP-server. Needs to have "MSF4J_HOME" system variable configured by pointing to the directory that ldap data and config files get stored. If the "MSF4J_HOME" is not set current working directory will use as the MSF4J_HOME".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()
      Starts EmbeddedLDAP-server.
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApacheDirectoryServerActivator

        public ApacheDirectoryServerActivator()
    • Method Detail

      • start

        public void start()
        Starts EmbeddedLDAP-server.
      • stop

        public void stop()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception