Package org.bremersee.ldaptive.app
Class TestConfiguration
java.lang.Object
org.bremersee.ldaptive.app.TestConfiguration
@SpringBootConfiguration
@EnableAutoConfiguration
@ComponentScan(basePackageClasses=TestConfiguration.class)
public class TestConfiguration
extends Object
The test configuration to test the ldaptive template.
- Author:
- Christian Bremer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ldaptive.ConnectionFactoryConnection factory.The ldaptive template.
-
Constructor Details
-
TestConfiguration
public TestConfiguration()
-
-
Method Details
-
connectionFactory
@Bean public org.ldaptive.ConnectionFactory connectionFactory()Connection factory.- Returns:
- the connection factory
-
ldaptiveTemplate
The ldaptive template.- Returns:
- the ldaptive template
-