Class SessionLoginWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.SessionLoginWorkflowEvent
- All Implemented Interfaces:
ISessionLoginWorkflowEvent
,ISessionWorkflowEvent
,IWorkflowEvent
@Scriptable
public final class SessionLoginWorkflowEvent
extends Object
implements ISessionLoginWorkflowEvent
A concrete class that implements an event that is sent after a session login.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
-
Constructor Summary
ConstructorsConstructorDescriptionSessionLoginWorkflowEvent
(ISession p_session, String p_strAuthConfigurationName) -
Method Summary
Modifier and TypeMethodDescriptionThe name of the authentication configuration that has been used to login the session.Get the session that has been logged in.toString()
-
Constructor Details
-
SessionLoginWorkflowEvent
-
-
Method Details
-
getAuthConfigurationName
Description copied from interface:ISessionLoginWorkflowEvent
The name of the authentication configuration that has been used to login the session.- Specified by:
getAuthConfigurationName
in interfaceISessionLoginWorkflowEvent
- Returns:
- The authentication configuration name.
-
getSession
Description copied from interface:ISessionLoginWorkflowEvent
Get the session that has been logged in.- Specified by:
getSession
in interfaceISessionLoginWorkflowEvent
- Returns:
- The session.
-
toString
-