org.springframework.ldap.test
Class EmbeddedLdapServer
java.lang.Object
org.springframework.ldap.test.EmbeddedLdapServer
public class EmbeddedLdapServer
- extends Object
Helper class for embedded Apache Directory Server.
- Since:
- 1.3.2
- Author:
- Mattias Hellborg Arthursson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newEmbeddedServer
public static EmbeddedLdapServer newEmbeddedServer(String defaultPartitionName,
String defaultPartitionSuffix,
int port)
throws Exception
- Throws:
Exception
shutdown
public void shutdown()
throws Exception
- Throws:
Exception