public interface LdapAuthenticator
The LdapAuthenticationProvider calls this interface to authenticate a user and obtain the information for that user from the directory.
DefaultLdapAuthoritiesPopulator
,
UserDetailsServiceLdapAuthoritiesPopulator
Modifier and Type | Method and Description |
---|---|
DirContextOperations |
authenticate(org.springframework.security.core.Authentication authentication)
Authenticates as a user and obtains additional user information from the directory.
|
DirContextOperations authenticate(org.springframework.security.core.Authentication authentication)
authentication
-