Spring LDAP

org.springframework.ldap.test
Class EmbeddedLdapServer

java.lang.Object
  extended by 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

Method Summary
static EmbeddedLdapServer newEmbeddedServer(String defaultPartitionName, String defaultPartitionSuffix, int port)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newEmbeddedServer

public static EmbeddedLdapServer newEmbeddedServer(String defaultPartitionName,
                                                   String defaultPartitionSuffix,
                                                   int port)
                                            throws Exception
Throws:
Exception

shutdown

public void shutdown()
              throws Exception
Throws:
Exception

Spring LDAP