Class LdapSecurityConfiguration


  • @Configuration
    @Profile({"ldap-auth","ldap-auth-tls1-1"})
    public class LdapSecurityConfiguration
    extends Object
    • Constructor Detail

      • LdapSecurityConfiguration

        public LdapSecurityConfiguration()
    • Method Detail

      • configure

        @Autowired
        protected void configure​(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth,
                                 org.springframework.ldap.core.support.LdapContextSource ldapContextSource,
                                 org.springframework.security.ldap.userdetails.UserDetailsContextMapper userDetailsContextMapper)
                          throws Exception
        Throws:
        Exception