com.atlassian.jira.user.usermapper
Class PropertyFileUserMapper
java.lang.Object
com.atlassian.jira.user.usermapper.AbstractUserMapper
com.atlassian.jira.user.usermapper.PropertyFileUserMapper
- All Implemented Interfaces:
- UserMapper
public class PropertyFileUserMapper
- extends AbstractUserMapper
Method Summary |
com.atlassian.crowd.embedded.api.User |
getUserFromEmailAddress(String emailAddress)
Return a user for this particular email address. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFileUserMapper
public PropertyFileUserMapper(UserManager userManager,
Properties properties)
getUserFromEmailAddress
public com.atlassian.crowd.embedded.api.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-2011 Atlassian. All Rights Reserved.