com.atlassian.jira.user.usermapper
Class PropertyFileUserMapper

java.lang.Object
  extended by com.atlassian.jira.user.usermapper.AbstractUserMapper
      extended by com.atlassian.jira.user.usermapper.PropertyFileUserMapper
All Implemented Interfaces:
UserMapper

public class PropertyFileUserMapper
extends AbstractUserMapper


Constructor Summary
PropertyFileUserMapper(UserManager userManager, Properties properties)
           
 
Method Summary
 User getUserFromEmailAddress(String emailAddress)
          Return a user for this particular email address.
 
Methods inherited from class com.atlassian.jira.user.usermapper.AbstractUserMapper
getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFileUserMapper

public PropertyFileUserMapper(UserManager userManager,
                              Properties properties)
Method Detail

getUserFromEmailAddress

public User getUserFromEmailAddress(String emailAddress)
Description copied from interface: UserMapper
Return a user for this particular email address. If no user is found, return null.

Specified by:
getUserFromEmailAddress in interface UserMapper
Specified by:
getUserFromEmailAddress in class AbstractUserMapper


Copyright © 2002-2009 Atlassian. All Rights Reserved.