Interface UserSearchService
public interface UserSearchService
-
Method Summary
Modifier and TypeMethodDescriptionfindUserByEmail
(String email) Load a user for authentication by using his email address.
-
Method Details
-
findUserByEmail
User findUserByEmail(String email) throws net.andresbustamante.yafoot.commons.exceptions.DirectoryException 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:
net.andresbustamante.yafoot.commons.exceptions.DirectoryException
-