Interface ISessionLogoutWorkflowEvent

All Superinterfaces:
ISessionWorkflowEvent, IWorkflowEvent
All Known Implementing Classes:
SessionLogoutWorkflowEvent

@Scriptable public interface ISessionLogoutWorkflowEvent extends ISessionWorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the authentication configuration that has been used to login the session.
    Get the session that has been logged out.
  • Method Details

    • getSession

      ISession getSession()
      Get the session that has been logged out.
      Returns:
      The logged-out session.
    • getAuthConfigurationName

      String getAuthConfigurationName()
      The name of the authentication configuration that has been used to login the session.
      Returns:
      The authentication configuration name.