|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.lucy.server.workflow.event.SessionLoginWorkflowEvent
@Scriptable public final class SessionLoginWorkflowEvent
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 | |
---|---|
SessionLoginWorkflowEvent(Session p_session,
java.lang.String p_strAuthConfigurationName)
|
Method Summary | |
---|---|
java.lang.String |
getAuthConfigurationName()
The name of the authentication configuration that has been used to login the session. |
Session |
getSession()
Get the session that has been logged in. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionLoginWorkflowEvent(Session p_session, java.lang.String p_strAuthConfigurationName)
Method Detail |
---|
public java.lang.String getAuthConfigurationName()
ISessionLoginWorkflowEvent
getAuthConfigurationName
in interface ISessionLoginWorkflowEvent
public Session getSession()
ISessionLoginWorkflowEvent
getSession
in interface ISessionLoginWorkflowEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |