public class EmailIdentifierProviderImpl extends Object implements EmailIdentifierProvider
Constructor and Description |
---|
EmailIdentifierProviderImpl(EmailAddressValidator emailAddressValidator,
DuplicateEmailChecker duplicateEmailChecker) |
Modifier and Type | Method and Description |
---|---|
String |
getValidEmail(CrowdUserDetails crowdUserDetails,
Application application) |
public EmailIdentifierProviderImpl(EmailAddressValidator emailAddressValidator, DuplicateEmailChecker duplicateEmailChecker)
@Nullable public String getValidEmail(CrowdUserDetails crowdUserDetails, @Nullable Application application)
getValidEmail
in interface EmailIdentifierProvider
crowdUserDetails
- details of Crowd userapplication
- application in context of which email address should be validatedCopyright © 2021 Atlassian. All rights reserved.