public interface NuxeoAuthenticationPluginLogoutExtension
Modifier and Type | Method and Description |
---|---|
Boolean |
handleLogout(HttpServletRequest httpRequest,
HttpServletResponse httpResponse)
Handles logout operation.
|
Boolean handleLogout(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
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.
Copyright © 2011 Nuxeo SA. All Rights Reserved.