com.atlassian.crowd.event.user
Class ResetPasswordEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserUpdatedEvent
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.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ResetPasswordEvent
public ResetPasswordEvent(java.lang.Object source,
Directory directory,
User user,
java.lang.String newPassword)
getNewPassword
public java.lang.String getNewPassword()
Copyright © 2012 Atlassian. All Rights Reserved.