Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.auth.interfaces
Interface NuxeoAuthenticationPluginLogoutExtension

All Known Implementing Classes:
AnonymousAuthenticator

public interface NuxeoAuthenticationPluginLogoutExtension


Method Summary
 java.lang.Boolean handleLogout(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Handles logout operation.
 

Method Detail

handleLogout

java.lang.Boolean handleLogout(javax.servlet.http.HttpServletRequest httpRequest,
                               javax.servlet.http.HttpServletResponse httpResponse)
Handles logout operation.

Generic logout (killing session and Seam objects) is done by LogoutActionBean This interface must be implemented by auth plugin when the target auth system needs a specific logout procedure.

Returns:
true if caller must stop execution (ie: logout generated a redirect), false otherwise

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.