Class LdapBindAuthenticationManagerFactory
- java.lang.Object
-
- org.springframework.security.config.ldap.AbstractLdapAuthenticationManagerFactory<BindAuthenticator>
-
- org.springframework.security.config.ldap.LdapBindAuthenticationManagerFactory
-
public class LdapBindAuthenticationManagerFactory extends AbstractLdapAuthenticationManagerFactory<BindAuthenticator>
Creates anAuthenticationManager
that can perform LDAP authentication using bind authentication.- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description LdapBindAuthenticationManagerFactory(org.springframework.ldap.core.support.BaseLdapPathContextSource contextSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BindAuthenticator
createDefaultLdapAuthenticator()
Allows subclasses to supply the defaultAbstractLdapAuthenticator
.-
Methods inherited from class org.springframework.security.config.ldap.AbstractLdapAuthenticationManagerFactory
createAuthenticationManager, getContextSource, setAuthoritiesMapper, setContextSource, setLdapAuthoritiesPopulator, setUserDetailsContextMapper, setUserDnPatterns, setUserSearchBase, setUserSearchFilter
-
-
-
-
Method Detail
-
createDefaultLdapAuthenticator
protected BindAuthenticator createDefaultLdapAuthenticator()
Description copied from class:AbstractLdapAuthenticationManagerFactory
Allows subclasses to supply the defaultAbstractLdapAuthenticator
.- Specified by:
createDefaultLdapAuthenticator
in classAbstractLdapAuthenticationManagerFactory<BindAuthenticator>
- Returns:
- the
AbstractLdapAuthenticator
that will be configured for LDAP authentication
-
-