Class PasswordResetTokenInvalidationListener
java.lang.Object
com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
Listens to directory events that may affect the authentication credentials or the ability to reset a password
and invalidates the password reset tokens for affected users.
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordResetTokenInvalidationListener(ForgottenLoginManager forgottenLoginManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(com.atlassian.crowd.event.user.AutoUserUpdatedEvent event) voidhandleEvent(com.atlassian.crowd.event.user.UserCredentialUpdatedEvent event) voidhandleEvent(com.atlassian.crowd.event.user.UserEditedEvent event) voidhandleEvent(com.atlassian.crowd.event.user.UserRenamedEvent event) voidhandleEvent(com.atlassian.crowd.event.user.UsersDeletedEvent event) void
-
Constructor Details
-
PasswordResetTokenInvalidationListener
public PasswordResetTokenInvalidationListener(ForgottenLoginManager forgottenLoginManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
-
Method Details
-
registerListener
public void registerListener() -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.user.UserCredentialUpdatedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.user.UsersDeletedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.user.UserRenamedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.user.UserEditedEvent event) -
handleEvent
@EventListener public void handleEvent(com.atlassian.crowd.event.user.AutoUserUpdatedEvent event)
-