Class TestConfiguration


  • @SpringBootConfiguration
    @EnableAutoConfiguration
    @ComponentScan(basePackageClasses=TestConfiguration.class)
    public class TestConfiguration
    extends Object
    The test configuration to test the ldaptive template.
    Author:
    Christian Bremer
    • Constructor Detail

      • TestConfiguration

        public TestConfiguration()
    • Method Detail

      • connectionFactory

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

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