Class LoginTokenRevocationFailedEvent

All Implemented Interfaces:
Serializable

public class LoginTokenRevocationFailedEvent extends AuthenticationErrorEvent
Generic event class for authentication error events.
Since:
2.2
Author:
Mark Paluch
See Also:
  • Constructor Details

    • LoginTokenRevocationFailedEvent

      public LoginTokenRevocationFailedEvent(VaultToken source, Throwable exception)
      Create a new LoginTokenRevocationFailedEvent given VaultToken and Exception.
      Parameters:
      source - the VaultToken associated with this event, must not be null.
      exception - must not be null.
  • Method Details