Interface UserSearchService

All Known Implementing Classes:
UserSearchServiceImpl

public interface UserSearchService
  • Method Summary

    Modifier and Type
    Method
    Description
    Load a user for authentication by using his email address.
  • Method Details

    • findUserByEmail

      User findUserByEmail(String email) throws 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:
      DirectoryException