|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
com.plumtree.uiinfrastructure.web.XPPage
com.plumtree.portaluiinfrastructure.sso.SSOLoginPage
public class SSOLoginPage
SSOLoginPage
is a servlet that retrieves SSO login information for
integration with SSO products. It must be a separate servlet from the main portal
application
Field Summary |
---|
Fields inherited from class com.plumtree.uiinfrastructure.web.XPPage |
---|
APPLICATION_NAME, PORTAL_NAME, PORTAL_VERSION, SESSION_KEY_SECURITYMODE, VAR_PACK_XML_FILE_NAME |
Constructor Summary | |
---|---|
SSOLoginPage()
|
Method Summary | |
---|---|
void |
DoService(IXPRequest request,
IXPResponse response,
ISessionManager session,
IApplication application)
Performs the SSO login, if necessary, and then redirects back to the standard servlet. |
IXPPage |
GetXPPage()
Returns the shared static instance of SSOLoginPage. |
Methods inherited from class com.plumtree.uiinfrastructure.web.XPPage |
---|
init, service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSOLoginPage()
Method Detail |
---|
public void DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)
DoService
in interface IXPPage
request
- an IXPRequest
valueresponse
- an IXPResponse
valuesession
- an ISessionManager
valueapplication
- an IApplication
valueIXPPage.DoService(IXPRequest, IXPResponse, ISessionManager, IApplication)
public IXPPage GetXPPage()
GetXPPage
in class XPPage
IXPPage
valuecom.plumtree.xpsupport.web.XPPage#GetXPPage()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |