com.atlassian.crowd.event.user
Class ResetPasswordEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.user.UserUpdatedEvent
              extended by com.atlassian.crowd.event.user.ResetPasswordEvent

public class ResetPasswordEvent
extends UserUpdatedEvent

A simple ResetPasswordEvent. Fired when the password is reset (via "I forgot my password"), rather than changed to a new value.


Constructor Summary
ResetPasswordEvent(Object source, Directory directory, User user, String newPassword)
           
 
Method Summary
 String getNewPassword()
           
 
Methods inherited from class com.atlassian.crowd.event.user.UserUpdatedEvent
getUser
 
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
equals, getDirectory, hashCode
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetPasswordEvent

public ResetPasswordEvent(Object source,
                          Directory directory,
                          User user,
                          String newPassword)
Method Detail

getNewPassword

public String getNewPassword()


Copyright © 2012 Atlassian. All Rights Reserved.