com.atlassian.jira.user.usermapper
Class UserMapperChain
java.lang.Object
com.atlassian.jira.user.usermapper.UserMapperChain
- All Implemented Interfaces:
- UserMapper
public class UserMapperChain
- extends Object
- implements UserMapper
A caching chain of userMappers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserMapperChain
public UserMapperChain(Collection userMappers)
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
Copyright © 2002-2011 Atlassian. All Rights Reserved.