Interface UserSearchService
- All Known Implementing Classes:
UserSearchServiceImpl
public interface UserSearchService
-
Method Summary
Modifier and TypeMethodDescriptionfindUserByEmail
(String email) Load a user for authentication by using his email address.
-
Method Details
-
findUserByEmail
Load a user for authentication by using his email address.- Parameters:
email
- Email address to search- Returns:
- User using this email address for authentication
- Throws:
DirectoryException
-