com.atlassian.crowd.event.listener
Class RequestResetPasswordListener

java.lang.Object
  extended by com.atlassian.crowd.event.listener.RequestResetPasswordListener

public class RequestResetPasswordListener
extends java.lang.Object

Listener responsible for handling RequestResetPasswordEvent's by sending an email to the user, letting them know their new password.


Constructor Summary
RequestResetPasswordListener()
           
 
Method Summary
 void handleEvent(RequestResetPasswordEvent requestResetPasswordEvent)
           
 void setForgottenLoginMailer(ForgottenLoginMailer forgottenLoginMailer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestResetPasswordListener

public RequestResetPasswordListener()
Method Detail

handleEvent

@EventListener
public void handleEvent(RequestResetPasswordEvent requestResetPasswordEvent)

setForgottenLoginMailer

public void setForgottenLoginMailer(ForgottenLoginMailer forgottenLoginMailer)


Copyright © 2010 Atlassian. All Rights Reserved.