Interface CredentialEvent

All Known Subinterfaces:
AuthenticationRequestReceivedEvent
All Known Implementing Classes:
AuthenticationFailureEvent, AuthenticationSuccessEvent, TunnelCloseEvent, TunnelConnectEvent

public interface CredentialEvent
Abstract basis for events which may have associated user credentials when triggered.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current credentials of the user triggering the event, if any.
  • Method Details

    • getCredentials

      Credentials getCredentials()
      Returns the current credentials of the user triggering the event, if any.
      Returns:
      The current credentials of the user triggering the event, if any, or null if no credentials are associated with the event.