com.atlassian.confluence.event.events.security
Class ForgotPasswordEvent

java.lang.Object
  extended by com.atlassian.confluence.event.events.security.ForgotPasswordEvent

public class ForgotPasswordEvent
extends Object


Constructor Summary
ForgotPasswordEvent(ConfluenceUser user, String resetPasswordLink, String changePasswordRequestLink)
           
 
Method Summary
 String getChangePasswordRequestLink()
           
 String getResetPasswordLink()
           
 ConfluenceUser getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForgotPasswordEvent

public ForgotPasswordEvent(ConfluenceUser user,
                           String resetPasswordLink,
                           String changePasswordRequestLink)
Method Detail

getResetPasswordLink

public String getResetPasswordLink()

getChangePasswordRequestLink

public String getChangePasswordRequestLink()

getUser

public ConfluenceUser getUser()


Copyright © 2003–2015 Atlassian. All rights reserved.