|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILoginControl
This interface should only be implemented to provide login functionality for the portal. This is a special case.
| Method Summary | |
|---|---|
boolean |
DoGetSession()
This method is called by the Interpreter to determine whether or not to subsequently call GetSession and perform login/logout code. |
java.lang.Object |
GetSession()
This method is called by the Interpreter after calling Execute on the LoginControl. |
void |
SetRedirectForUseAfterLogin(Redirect r)
This method sets a redirect on the login control for use after a successful login. |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IControl |
|---|
CheckActionSecurityAndExecute, Init |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject |
|---|
GetName |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IManagedObject |
|---|
Create |
| Method Detail |
|---|
boolean DoGetSession()
java.lang.Object GetSession()
void SetRedirectForUseAfterLogin(Redirect r)
Redirect - the space the original URL pointed to.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||