Uiinfrastructure API Docs  
 

IAuthenticator.Logout Method 

This method performs the logout operation. If the user needs to be redirected to some other URL for logout (e.g., SSO logout), this method may internally use the XPResponse in the requestData to send an HTTP redirect to the logout URL.

bool Logout(
   RequestData requestData
);

Parameters

requestData
the request

Return Value

a boolean indicating whether the user has been logged out (and/or redirected to a logout URL) or not. If it is true, the Interpreter shall not do any further processing of the request.

See Also

IAuthenticator Interface | com.plumtree.uiinfrastructure.login Namespace