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.
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.
IAuthenticator Interface | com.plumtree.uiinfrastructure.login Namespace