Class EmbeddedLdapServer
- java.lang.Object
-
- org.springframework.ldap.test.unboundid.EmbeddedLdapServer
-
public final class EmbeddedLdapServer extends java.lang.Object
Helper class for embedded Unboundid ldap server.- Since:
- 2.1.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmbeddedLdapServer
newEmbeddedServer(java.lang.String defaultPartitionName, java.lang.String defaultPartitionSuffix, int port)
void
shutdown()
-
-
-
Method Detail
-
newEmbeddedServer
public static EmbeddedLdapServer newEmbeddedServer(java.lang.String defaultPartitionName, java.lang.String defaultPartitionSuffix, int port) throws java.lang.Exception
- Throws:
java.lang.Exception
-
shutdown
public void shutdown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-