Class SessionLogoutWorkflowEvent
java.lang.Object
de.uplanet.lucy.server.workflow.event.SessionLogoutWorkflowEvent
- All Implemented Interfaces:
ISessionLogoutWorkflowEvent
,ISessionWorkflowEvent
,IWorkflowEvent
@Scriptable
public final class SessionLogoutWorkflowEvent
extends Object
implements ISessionLogoutWorkflowEvent
A concrete class that implements an event that is sent after session logout.
Do not use this class in scripts.
Scripts should always use the event interface when using the
instanceof
operator.
-
Constructor Summary
ConstructorDescriptionSessionLogoutWorkflowEvent
(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 out.toString()
-
Constructor Details
-
SessionLogoutWorkflowEvent
-
-
Method Details
-
getAuthConfigurationName
Description copied from interface:ISessionLogoutWorkflowEvent
The name of the authentication configuration that has been used to login the session.- Specified by:
getAuthConfigurationName
in interfaceISessionLogoutWorkflowEvent
- Returns:
- The authentication configuration name.
-
getSession
Description copied from interface:ISessionLogoutWorkflowEvent
Get the session that has been logged out.- Specified by:
getSession
in interfaceISessionLogoutWorkflowEvent
- Returns:
- The logged-out session.
-
toString
-