Class AfterLoginTokenRevocationEvent

All Implemented Interfaces:
Serializable

public class AfterLoginTokenRevocationEvent extends AuthenticationEvent
Event published after revoking a login token.
Since:
2.2
Author:
Mark Paluch
See Also:
  • Constructor Details

    • AfterLoginTokenRevocationEvent

      public AfterLoginTokenRevocationEvent(VaultToken source)
      Create a new AfterLoginTokenRevocationEvent given VaultToken.
      Parameters:
      source - the VaultToken associated with this event, must not be null.