Class PasswordResetTokenInvalidationListener

java.lang.Object
com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener

public class PasswordResetTokenInvalidationListener extends Object
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 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)