Uses of Class
com.atlassian.crowd.exception.InvalidEmailAddressException

Packages that use InvalidEmailAddressException
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.manager.login   
com.atlassian.crowd.manager.login.util   
com.atlassian.crowd.plugin.rest.exception.mapper   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resources   
com.atlassian.crowd.service.soap.client   
com.atlassian.crowd.util   
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that throw InvalidEmailAddressException
 void ApplicationService.resetUserCredential(Application application, java.lang.String username)
          Deprecated. since 2.1
 void TranslatingApplicationService.resetUserCredential(Application application, java.lang.String username)
           
 void ApplicationServiceGeneric.resetUserCredential(Application application, java.lang.String username)
           
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that throw InvalidEmailAddressException
 void DirectoryManager.resetPassword(long directoryId, java.lang.String username)
          Deprecated. since 2.1
 void DirectoryManagerGeneric.resetPassword(long directoryId, java.lang.String username)
           
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.login
 

Methods in com.atlassian.crowd.manager.login that throw InvalidEmailAddressException
 void ForgottenLoginManagerImpl.sendResetLink(Application application, java.lang.String username)
           
 void ForgottenLoginManager.sendResetLink(Application application, java.lang.String username)
          Sends a reset link to the first user with the matching username from all the active directories assigned to the application.
 void ForgottenLoginManagerImpl.sendResetLink(long directoryId, java.lang.String username)
           
 void ForgottenLoginManager.sendResetLink(long directoryId, java.lang.String username)
          Sends a reset link to the user with specified username and directory ID.
 void ForgottenLoginManagerImpl.sendUsernames(Application application, java.lang.String email)
           
 void ForgottenLoginManager.sendUsernames(Application application, java.lang.String email)
          Sends the usernames associated with the given email address.
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.manager.login.util
 

Methods in com.atlassian.crowd.manager.login.util that throw InvalidEmailAddressException
 void ForgottenLoginMailer.mailResetPasswordLink(User user, java.lang.String resetLink)
          Mails the reset password link to the user.
 void ForgottenLoginMailer.mailUsernames(User user, java.util.List<java.lang.String> usernames)
          Mails the list of usernames to the user.
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.exception.mapper
 

Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type InvalidEmailAddressException
 javax.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 InvalidEmailAddressException
 void UsersController.requestPasswordReset(java.lang.String applicationName, java.lang.String username)
          Requests a password reset.
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.plugin.rest.service.resources
 

Methods in com.atlassian.crowd.plugin.rest.service.resources that throw InvalidEmailAddressException
 javax.ws.rs.core.Response UsersResource.requestPasswordReset(java.lang.String userName, ActionEntity actionEntity)
          Requests a password reset.
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.service.soap.client
 

Methods in com.atlassian.crowd.service.soap.client that throw InvalidEmailAddressException
 void SecurityServerClientImpl.resetPrincipalCredential(java.lang.String principal)
          Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
 void SecurityServerClient.resetPrincipalCredential(java.lang.String principal)
          Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
 

Uses of InvalidEmailAddressException in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util with parameters of type InvalidEmailAddressException
static void SoapExceptionTranslator.throwSoapEquivalentCheckedException(InvalidEmailAddressException e)
           
 

Methods in com.atlassian.crowd.util that throw InvalidEmailAddressException
static void SoapExceptionTranslator.throwEquivalentCheckedException(InvalidEmailAddressException e)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.