Class LdapSecurityConfiguration
- java.lang.Object
-
- com.chutneytesting.security.infra.ldap.LdapSecurityConfiguration
-
@Configuration @Profile({"ldap-auth","ldap-auth-tls1-1"}) public class LdapSecurityConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description LdapSecurityConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth, org.springframework.ldap.core.support.LdapContextSource ldapContextSource, org.springframework.security.ldap.userdetails.UserDetailsContextMapper userDetailsContextMapper)
-
-
-
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
-
-