Schnittstelle ISessionLoginWorkflowEvent

Alle Superschnittstellen:
ISessionWorkflowEvent, IWorkflowEvent
Alle bekannten Implementierungsklassen:
SessionLoginWorkflowEvent

@Scriptable public interface ISessionLoginWorkflowEvent 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 in.
  • Methodendetails

    • getSession

      ISession getSession()
      Get the session that has been logged in.
      Gibt zurück:
      The 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.