Class AdLdapConfiguration


  • @Configuration
    @ConditionalOnExpression("${nae.ldap.enabled:false} AND ${nae.ldap.ignore-partial:false}")
    public class AdLdapConfiguration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.springframework.ldap.core.support.LdapContextSource ldapContextSource  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.ldap.core.LdapTemplate ldapTemplate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ldapContextSource

        @Autowired
        protected org.springframework.ldap.core.support.LdapContextSource ldapContextSource
    • Constructor Detail

      • AdLdapConfiguration

        public AdLdapConfiguration()
    • Method Detail

      • ldapTemplate

        @Bean
        @Primary
        public org.springframework.ldap.core.LdapTemplate ldapTemplate()