mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-30 07:42:52 +00:00
SEC-8: Renamed NtlmAwareLdapAuthenticatorImpl to NtlmAwareLdapAuthenticator as there is no longer a corresponding interface.
This commit is contained in:
parent
5fe6bfa59b
commit
3c9008ea06
@ -23,15 +23,15 @@ import org.springframework.ldap.NameNotFoundException;
|
|||||||
* @author sylvain.mougenot
|
* @author sylvain.mougenot
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class NtlmAwareLdapAuthenticatorImpl extends BindAuthenticator {
|
public class NtlmAwareLdapAuthenticator extends BindAuthenticator {
|
||||||
//~ Static fields/initializers =====================================================================================
|
//~ Static fields/initializers =====================================================================================
|
||||||
|
|
||||||
private static final Log logger = LogFactory.getLog(NtlmAwareLdapAuthenticatorImpl.class);
|
private static final Log logger = LogFactory.getLog(NtlmAwareLdapAuthenticator.class);
|
||||||
|
|
||||||
|
|
||||||
//~ Constructors ===================================================================================================
|
//~ Constructors ===================================================================================================
|
||||||
|
|
||||||
public NtlmAwareLdapAuthenticatorImpl(InitialDirContextFactory initialDirContextFactory) {
|
public NtlmAwareLdapAuthenticator(InitialDirContextFactory initialDirContextFactory) {
|
||||||
super(initialDirContextFactory);
|
super(initialDirContextFactory);
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user