Schnittstelle ISessionLogoutWorkflowEvent

Alle Superschnittstellen:
ISessionWorkflowEvent, IWorkflowEvent
Alle bekannten Implementierungsklassen:
SessionLogoutWorkflowEvent

@Scriptable public interface ISessionLogoutWorkflowEvent extends ISessionWorkflowEvent
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    The name of the authentication configuration that has been used to login the session.
    Get the session that has been logged out.
  • Methodendetails

    • getSession

      ISession getSession()
      Get the session that has been logged out.
      Gibt zurück:
      The logged-out session.
    • getAuthConfigurationName

      String getAuthConfigurationName()
      The name of the authentication configuration that has been used to login the session.
      Gibt zurück:
      The authentication configuration name.