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 an 
AuthenticationManager that can perform LDAP authentication using
 bind authentication.- Since:
 - 5.7
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLdapBindAuthenticationManagerFactory(org.springframework.ldap.core.support.BaseLdapPathContextSource contextSource)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected BindAuthenticatorAllows subclasses to supply the defaultAbstractLdapAuthenticator.Methods inherited from class org.springframework.security.config.ldap.AbstractLdapAuthenticationManagerFactory
createAuthenticationManager, getContextSource, setAuthoritiesMapper, setContextSource, setLdapAuthoritiesPopulator, setUserDetailsContextMapper, setUserDnPatterns, setUserSearchBase, setUserSearchFilter 
- 
Constructor Details
- 
LdapBindAuthenticationManagerFactory
public LdapBindAuthenticationManagerFactory(org.springframework.ldap.core.support.BaseLdapPathContextSource contextSource)  
 - 
 - 
Method Details
- 
createDefaultLdapAuthenticator
Description copied from class:AbstractLdapAuthenticationManagerFactoryAllows subclasses to supply the defaultAbstractLdapAuthenticator.- Specified by:
 createDefaultLdapAuthenticatorin classAbstractLdapAuthenticationManagerFactory<BindAuthenticator>- Returns:
 - the 
AbstractLdapAuthenticatorthat will be configured for LDAP authentication 
 
 -