com.atlassian.jira.user.usermapper
Interface UserMapper

All Known Implementing Classes:
AbstractUserMapper, PropertyFileUserMapper, UserMapperChain

public interface UserMapper


Method Summary
 User getUserFromEmailAddress(String emailAddress)
          Return a user for this particular email address.
 

Method Detail

getUserFromEmailAddress

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



Copyright © 2002-2008 Atlassian. All Rights Reserved.