Class AbstractUserMapper
java.lang.Object
com.atlassian.jira.user.usermapper.AbstractUserMapper
- All Implemented Interfaces:
UserMapper
- Direct Known Subclasses:
PropertyFileUserMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApplicationUser
abstract ApplicationUser
getUserFromEmailAddress
(String emailAddress) Return a user for this particular email address.
-
Constructor Details
-
AbstractUserMapper
-
-
Method Details
-
getUser
-
getUserFromEmailAddress
Description copied from interface:UserMapper
Return a user for this particular email address. If no user is found, return null.- Specified by:
getUserFromEmailAddress
in interfaceUserMapper
-