|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.login.SSOHelper
public final class SSOHelper
This singleton class controls SSO redirects. To implement your own SSO redirect code, simply implement an instance of ISSOHelper and initialize this class with your helper using the StaticInit method. Created on Mar 13, 2003
| Field Summary | |
|---|---|
static SSOHelper |
INSTANCE
Use this class static to access the one and only instance of SSOHelper. |
| Method Summary | |
|---|---|
Redirect |
DoLoginRedirect(RequestData tempData,
java.lang.String sQueryString)
|
boolean |
DoLogoutRedirect(RequestData tempData)
|
boolean |
IsSSOEnabled()
Returns true if SSO is enabled at the portal level. |
static void |
StaticInit(ISSOHelper SSOHelper)
Static initialization method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SSOHelper INSTANCE
| Method Detail |
|---|
public static final void StaticInit(ISSOHelper SSOHelper)
ISSOHelper - custom SSO codepublic boolean IsSSOEnabled()
ISSOHelper
IsSSOEnabled in interface ISSOHelper
public Redirect DoLoginRedirect(RequestData tempData,
java.lang.String sQueryString)
DoLoginRedirect in interface ISSOHelperpublic boolean DoLogoutRedirect(RequestData tempData)
DoLogoutRedirect in interface ISSOHelper
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||