Class BeforeLoginTokenRevocationEvent

All Implemented Interfaces:
Serializable

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

    • BeforeLoginTokenRevocationEvent

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