public interface

UserEventListener

implements JiraListener
com.atlassian.jira.event.user.UserEventListener
Known Indirect Subclasses

Class Overview

The UserEventListener listens for all UserEvents.

See Also

Summary

Public Methods
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
[Expand]
Inherited Methods
From interface com.atlassian.jira.event.JiraListener

Public Methods

public void userCannotChangePassword (UserEvent event)

Fired when a user tries to change their password, and the password cannot be updated

Parameters
event the event in play

public void userCreated (UserEvent event)

Fired when a user is created automatically

Parameters
event the event in play

public void userForgotPassword (UserEvent event)

Fired when a user indicates they have forgotten their password

Parameters
event the event in play

public void userForgotUsername (UserEvent event)

Fired when a user indicates they have forgotten their username

Parameters
event the event in play

public void userSignup (UserEvent event)

Fired when a user signs up manually

Parameters
event the event in play