Class LdapConfiguration


  • @Configuration
    @ConditionalOnExpression("${nae.ldap.enabled:false}")
    public class LdapConfiguration
    extends java.lang.Object
    • Method Summary

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

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

      • LdapConfiguration

        public LdapConfiguration()
    • Method Detail

      • contextSource

        @Bean
        public org.springframework.ldap.core.support.LdapContextSource contextSource()
      • ldapTemplate

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