Class AuthenticationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AfterLoginEvent, AfterLoginTokenRenewedEvent, AfterLoginTokenRevocationEvent, BeforeLoginTokenRenewedEvent, BeforeLoginTokenRevocationEvent, LoginTokenExpiredEvent

public abstract class AuthenticationEvent extends ApplicationEvent
Abstract base class for authentication events.
Since:
2.2
Author:
Mark Paluch
See Also:
  • Constructor Details

    • AuthenticationEvent

      protected AuthenticationEvent(VaultToken source)
      Create a new AuthenticationEvent given VaultToken.
      Parameters:
      source - the VaultToken associated with this event, must not be null.
  • Method Details