|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LdapAuthenticator
The strategy interface for locating and authenticating an Ldap user.
The LdapAuthenticationProvider calls this interface to authenticate a user and obtain the information for that user from the directory.
Method Summary | |
---|---|
LdapUserDetails |
authenticate(String username,
String password)
Authenticates as a user and obtains additional user information from the directory. |
Method Detail |
---|
LdapUserDetails authenticate(String username, String password)
username
- the user's login name (not their DN).password
- the user's password supplied at login.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |