public interface LdapUserSearch
May be optionally used to configure the LDAP authentication implementation when a more sophisticated approach is required than just using a simple username->DN mapping.
Modifier and Type | Method and Description |
---|---|
LdapUserDetails |
searchForUser(String username)
Locates a single user in the directory and returns the LDAP information for that user.
|
LdapUserDetails searchForUser(String username)
username
- the login name supplied to the authentication service.Copyright © 2016. All rights reserved.