Plumtree Portal UI  
 

ISSOIntegration.GetLoginInfo Method 

Returns login information extracted from the headers of the given request. This method is called whenever a user logs in to Plumtree. This method must be thread safe.

SSOLoginInfo GetLoginInfo(
   IXPRequest request
);

Parameters

request
an IXPRequest value

Return Value

a SSOLoginInfo value

See Also

ISSOIntegration Interface | com.plumtree.portaluiinfrastructure.sso Namespace | SSOLoginInfo