Class ApacheDirectoryServerActivator
- java.lang.Object
-
- org.wso2.msf4j.examples.petstore.security.ldap.server.ApacheDirectoryServerActivator
-
public class ApacheDirectoryServerActivator extends java.lang.ObjectThis 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".
-
-
Constructor Summary
Constructors Constructor Description ApacheDirectoryServerActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()Starts EmbeddedLDAP-server.voidstop()
-