Interface ISessionLoginWorkflowEvent

All Superinterfaces:
ISessionWorkflowEvent, IWorkflowEvent

@Scriptable public interface ISessionLoginWorkflowEvent extends ISessionWorkflowEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the authentication configuration that has been used to login the session.
    de.uplanet.lucy.server.session.ISession
    Get the session that has been logged in.
  • Method Details

    • getSession

      de.uplanet.lucy.server.session.ISession getSession()
      Get the session that has been logged in.
      Returns:
      The session.
    • getAuthConfigurationName

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