Interface IJEMHAlternateIdProvider
-
- All Superinterfaces:
IJEMHModuleProvider
public interface IJEMHAlternateIdProvider extends IJEMHModuleProvider
When JEMH cannot locate a registered JIRA-user through the given incoming email address, the Alternate ID support can be used to locate the 'actual' user details. The information provided may then be used to lookup an actual JIRA-user, or if user creation has been enabled, to provide the necessary information for user creation.- Author:
- andy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJEMHUser
getUserByEmail(IJEMHRuntimeConfig config, String email)
Lookup a user by email address, check for aliases, return a matching user or null if none found-
Methods inherited from interface com.javahollic.jira.emh.api.extension.IJEMHModuleProvider
getDescription, getKey, getName, getStatus, getVendor, getVendorUrl, isUsable
-
-
-
-
Method Detail
-
getUserByEmail
IJEMHUser getUserByEmail(IJEMHRuntimeConfig config, String email)
Lookup a user by email address, check for aliases, return a matching user or null if none found- Parameters:
config
- to useemail
- address of the sender- Returns:
- object representing the directory user found
-
-