Package io.quarkus.test.ldap
Class LdapServerTestResource
- java.lang.Object
-
- io.quarkus.test.ldap.LdapServerTestResource
-
- All Implemented Interfaces:
QuarkusTestResourceLifecycleManager
public class LdapServerTestResource extends Object implements QuarkusTestResourceLifecycleManager
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
QuarkusTestResourceLifecycleManager.Context, QuarkusTestResourceLifecycleManager.TestInjector
-
-
Field Summary
Fields Modifier and Type Field Description protected com.unboundid.ldap.listener.InMemoryDirectoryServerldapServer
-
Constructor Summary
Constructors Constructor Description LdapServerTestResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>start()voidstop()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
init, inject, inject, order, setContext
-
-
-
-
Method Detail
-
start
public Map<String,String> start()
- Specified by:
startin interfaceQuarkusTestResourceLifecycleManager
-
stop
public void stop()
- Specified by:
stopin interfaceQuarkusTestResourceLifecycleManager
-
-