com.atlassian.jira.user.usermapper
Class UserMapperChain

java.lang.Object
  extended bycom.atlassian.jira.user.usermapper.UserMapperChain
All Implemented Interfaces:
UserMapper

public class UserMapperChain
extends Object
implements UserMapper

A caching chain of userMappers


Constructor Summary
UserMapperChain(Collection userMappers)
           
 
Method Summary
 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
 

Constructor Detail

UserMapperChain

public UserMapperChain(Collection userMappers)
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


Copyright © 2002-2007 Atlassian. All Rights Reserved.