Class LdapSecurityConfiguration

java.lang.Object
fr.enedis.chutney.security.infra.ldap.LdapSecurityConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

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

    • LdapSecurityConfiguration

      public LdapSecurityConfiguration()
  • Method Details

    • 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