Plumtree Portal UI  
 

SSOLoginPage.DoService Method 

Performs the SSO login, if necessary, and then redirects back to the standard servlet.

public virtual void DoService(
   IXPRequest request,
   IXPResponse response,
   ISessionManager session,
   IApplication application
);

Parameters

request
an IXPRequest value
response
an IXPResponse value
session
an ISessionManager value
application
an IApplication value

Implements

IXPPage.DoService

See Also

SSOLoginPage Class | com.plumtree.portaluiinfrastructure.sso Namespace | IXPPage#DoService