Interface UserMapper

All Known Implementing Classes:
AbstractUserMapper, PropertyFileUserMapper, UserMapperChain

public interface UserMapper
  • Method Details

    • getUserFromEmailAddress

      ApplicationUser getUserFromEmailAddress(String emailAddress)
      Return a user for this particular email address. If no user is found, return null.