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 Details

    • TestConfiguration

      public TestConfiguration()
  • Method Details

    • connectionFactory

      @Bean public org.ldaptive.ConnectionFactory connectionFactory()
      Connection factory.
      Returns:
      the connection factory
    • ldaptiveTemplate

      @Bean public LdaptiveTemplate ldaptiveTemplate()
      The ldaptive template.
      Returns:
      the ldaptive template