Class AfterLoginEvent

All Implemented Interfaces:
Serializable

public class AfterLoginEvent extends AuthenticationEvent
Event published after logging into Vault.
Since:
2.2
Author:
Mark Paluch
See Also:
  • Constructor Details

    • AfterLoginEvent

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