public interface UserEventListener extends JiraListener
UserEvent| Modifier and Type | Method and Description |
|---|---|
void |
userCannotChangePassword(UserEvent event)
Fired when a user tries to change their password, and the password cannot be updated
|
void |
userCreated(UserEvent event)
Fired when a user is created automatically
|
void |
userForgotPassword(UserEvent event)
Fired when a user indicates they have forgotten their password
|
void |
userForgotUsername(UserEvent event)
Fired when a user indicates they have forgotten their username
|
void |
userSignup(UserEvent event)
Fired when a user signs up manually
|
getAcceptedParams, getDescription, init, isInternal, isUniquevoid userSignup(UserEvent event)
event - the event in playvoid userCreated(UserEvent event)
event - the event in playvoid userForgotPassword(UserEvent event)
event - the event in playvoid userForgotUsername(UserEvent event)
event - the event in playvoid userCannotChangePassword(UserEvent event)
event - the event in playCopyright © 2002-2015 Atlassian. All Rights Reserved.