Uses of Class
com.atlassian.crowd.exception.InvalidEmailAddressException
Packages that use InvalidEmailAddressException
Package
Description
-
Uses of InvalidEmailAddressException in com.atlassian.crowd.emailchange
Methods in com.atlassian.crowd.emailchange that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
EmailChangeManager.resendEmail
(String username, long directoryId) Resends an e-mail with a new token for a user in crowd app that has a pending e-mail verification.void
EmailChangeManager.sendEmailAuthorization
(String username, String password, long directoryId, String newEmail) Starts e-mail change flow for a user in crowd app, by sending two e-mails. -
Uses of InvalidEmailAddressException in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
RestCrowdClient.requestPasswordReset
(String username) void
RestCrowdClient.requestUsernames
(String email) -
Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.login
Methods in com.atlassian.crowd.manager.login that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
ForgottenLoginManager.sendResetLink
(long directoryId, String username, int tokenExpirySeconds) Sends a reset link to the user with specified username and directory ID.void
ForgottenLoginManager.sendResetLink
(Application application, String username, int tokenExpirySeconds) Sends a reset link to the first user with the matchingusername
from all the active directories assigned to the application.void
ForgottenLoginManagerImpl.sendResetLink
(long directoryId, String username, int tokenExpirySeconds) void
ForgottenLoginManagerImpl.sendResetLink
(Application application, String username, int tokenExpirySeconds) boolean
ForgottenLoginManager.sendUsernames
(Application application, String email) Sends the usernames associated with the given email address.boolean
ForgottenLoginManagerImpl.sendUsernames
(Application application, String email) -
Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.mailer.notification
Methods in com.atlassian.crowd.manager.mailer.notification that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
UserAddedNotificationMailer.sendUserAddedNotification
(User user) Sends a notification to a new Crowd user. -
Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.mailer.reminder
Methods in com.atlassian.crowd.manager.mailer.reminder that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
ForgottenLoginMailer.mailResetPasswordLink
(User user, String resetLink) Mails the reset password link to theuser
.void
ForgottenLoginMailer.mailUsernames
(User user, List<String> usernames) Mails the list of usernames to theuser
. -
Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.useradded
Methods in com.atlassian.crowd.manager.useradded that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
UserAddedNotificationManager.sendUserAddedNotification
(User user) Publishes aUserAddedNotificationEvent
to be consumed by the appropriate listeners -
Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type InvalidEmailAddressExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
InvalidEmailAddressExceptionMapper.toResponse
(InvalidEmailAddressException exception) -
Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
UsersController.requestPasswordReset
(String username) Requests a password reset.boolean
UsersController.requestUsernames
(String email) Requests an email to be sent containing usernames associated with the given email address. -
Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.service.controller.email
Methods in com.atlassian.crowd.plugin.rest.service.controller.email that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
ChangeEmailController.resendValidationToken()
void
ChangeEmailController.startEmailValidation
(EmailValidationRequestEntity emailValidationRequestEntity) -
Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.service.resource.email
Methods in com.atlassian.crowd.plugin.rest.service.resource.email that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ChangeEmailResource.resendValidationToken()
javax.ws.rs.core.Response
ChangeEmailResource.startEmailValidation
(EmailValidationRequestEntity emailValidationRequestEntity) -
Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UsersResource.requestPasswordReset
(String userName) javax.ws.rs.core.Response
UsersResource.requestUsernamesReminder
(String email) -
Uses of InvalidEmailAddressException in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
CrowdClient.requestPasswordReset
(String username) Requests a password reset.void
CrowdClient.requestUsernames
(String email) Sends the usernames associated with the given email address. -
Uses of InvalidEmailAddressException in com.atlassian.crowd.service.email
Methods in com.atlassian.crowd.service.email that throw InvalidEmailAddressExceptionModifier and TypeMethodDescriptionvoid
EmailChangeManagerImpl.resendEmail
(String username, long directoryId) void
EmailChangeManagerImpl.sendEmailAuthorization
(String username, String password, long directoryId, String newEmail)