|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.login.LoginControl
public class LoginControl
This class handles the control logic for login.
| Field Summary | |
|---|---|
static java.lang.String |
LOGIN_SPACE_COMMONOPENER_STYLE
Query string parameters to the Login space (Common Opener style) |
static java.lang.String |
STR_MVC_CLASS_NAME
object name |
| Constructor Summary | |
|---|---|
LoginControl()
|
|
| Method Summary | |
|---|---|
Redirect |
CheckActionSecurityAndExecute(XPHashtable arguments)
Execute the control business logic and optionally return a Redirect object pointing to another AActivitySpace. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
boolean |
DoGetSession()
This method is called by the Interpreter to determine whether or not to subsequently call GetSession and perform login/logout code. |
Redirect |
DoTasksBeforeLogout()
Call the Logout function in the Model |
java.lang.String |
GetName()
Return the name of the MVC object. |
java.lang.Object |
GetSession()
This method is called by the Interpreter after calling Execute on the LoginControl. |
void |
Init(IModel model,
AActivitySpace space)
Initialize the control with the model it should use and it's parent AActivitySpace. |
void |
SetHTTPItems(IXPRequest r,
IWebData pageData)
This method provides access to the XPRequest. |
void |
SetRedirectForUseAfterLogin(Redirect r)
This method sets a redirect on the login control for use after a successful login. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String LOGIN_SPACE_COMMONOPENER_STYLE
| Constructor Detail |
|---|
public LoginControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
IControl
CheckActionSecurityAndExecute in interface IControlcom.plumtree.xpshared.activityspace.IControl#execute()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public boolean DoGetSession()
ILoginControl
DoGetSession in interface ILoginControlcom.plumtree.xpshared.activityspace.ILoginControl#DoGetSession()public Redirect DoTasksBeforeLogout()
public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.xpshared.activityspace.IControl#GetName()public java.lang.Object GetSession()
ILoginControl
GetSession in interface ILoginControlcom.plumtree.xpshared.activityspace.ILoginControl#GetSession()
public void Init(IModel model,
AActivitySpace space)
IControl
Init in interface IControlcom.plumtree.xpshared.activityspace.IControl#Init(IModelRW)
public void SetHTTPItems(IXPRequest r,
IWebData pageData)
IHTTPControl
SetHTTPItems in interface IHTTPControlr - pageData - IHTTPControlpublic void SetRedirectForUseAfterLogin(Redirect r)
ILoginControl
SetRedirectForUseAfterLogin in interface ILoginControlcom.plumtree.xpshared.activityspace.ILoginControl#SetRedirectForUseAfterLogin(Redirect)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||