Class BeforeLoginTokenRenewedEvent

All Implemented Interfaces:
Serializable

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

    • BeforeLoginTokenRenewedEvent

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