Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Implementing Classes:
AnonymousAuthenticator

public interface NuxeoAuthenticationPluginLogoutExtension


Method Summary
 Boolean handleLogout(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
          Handles logout operation.
 

Method Detail

handleLogout

Boolean handleLogout(HttpServletRequest httpRequest,
                     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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.