public interface LdapAuthenticator
The LdapAuthenticationProvider calls this interface to authenticate a user and obtain the information for that user from the directory.
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
authenticate(String username,
String password)
Authenticates as a user and obtains additional user information from the directory.
|
LdapUserDetails authenticate(String username, String password)
username
- the user's login name (not their DN).password
- the user's password supplied at login.Copyright © 2004–2019 Interface21, Inc. All rights reserved.