public class NtlmAwareLdapAuthenticator extends BindAuthenticator
messages| Constructor and Description |
|---|
NtlmAwareLdapAuthenticator(SpringSecurityContextSource contextSource) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.ldap.core.DirContextOperations |
authenticate(Authentication authentication)
If the supplied Authentication object is of type NtlmUsernamePasswordAuthenticationToken,
the information stored in the user's directory entry is loaded without attempting to authenticate them.
|
protected org.springframework.ldap.core.DirContextOperations |
loadUser(java.lang.String aUserDn,
java.lang.String aUserName)
Loads the user context information without binding.
|
handleBindExceptionafterPropertiesSet, getContextSource, getUserAttributes, getUserDns, getUserSearch, setMessageSource, setUserAttributes, setUserDnPatterns, setUserSearchpublic NtlmAwareLdapAuthenticator(SpringSecurityContextSource contextSource)
protected org.springframework.ldap.core.DirContextOperations loadUser(java.lang.String aUserDn,
java.lang.String aUserName)
public org.springframework.ldap.core.DirContextOperations authenticate(Authentication authentication)
authenticate in interface LdapAuthenticatorauthenticate in class BindAuthenticator