com.plumtree.portaluiinfrastructure.sso
Class SSOLoginPage

java.lang.Object
  extended by HttpServlet
      extended by com.plumtree.uiinfrastructure.web.XPPage
          extended by com.plumtree.portaluiinfrastructure.sso.SSOLoginPage
All Implemented Interfaces:
IXPPage

public class SSOLoginPage
extends XPPage
implements IXPPage

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

Version:
1.0
Author:
Mike Jahr

Field Summary
 
Fields inherited from class com.plumtree.uiinfrastructure.web.XPPage
APPLICATION_NAME, PORTAL_NAME, PORTAL_VERSION, SESSION_KEY_SECURITYMODE, USE_NEW_SESSION_FLAG, 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.
protected  java.lang.String GetCookieValue(IXPRequest request, java.lang.String cookieName)
           
 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

SSOLoginPage

public SSOLoginPage()
Method Detail

DoService

public void DoService(IXPRequest request,
                      IXPResponse response,
                      ISessionManager session,
                      IApplication application)
Performs the SSO login, if necessary, and then redirects back to the standard servlet.

Specified by:
DoService in interface IXPPage
Parameters:
request - an IXPRequest value
response - an IXPResponse value
session - an ISessionManager value
application - an IApplication value
See Also:
IXPPage.DoService(IXPRequest, IXPResponse, ISessionManager, IApplication)

GetCookieValue

protected java.lang.String GetCookieValue(IXPRequest request,
                                          java.lang.String cookieName)
Parameters:
request -
sOriginalURL -
Returns:

GetXPPage

public IXPPage GetXPPage()
Returns the shared static instance of SSOLoginPage.

Specified by:
GetXPPage in class XPPage
Returns:
an IXPPage value
See Also:
com.plumtree.xpsupport.web.XPPage#GetXPPage()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.