Class AnonymousAuthenticatorForCAS2

    • Constructor Detail

      • AnonymousAuthenticatorForCAS2

        public AnonymousAuthenticatorForCAS2()
    • Method Detail

      • handleLogout

        public Boolean handleLogout​(javax.servlet.http.HttpServletRequest httpRequest,
                                    javax.servlet.http.HttpServletResponse httpResponse)
        Description copied from interface: NuxeoAuthenticationPluginLogoutExtension
        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.

        Specified by:
        handleLogout in interface NuxeoAuthenticationPluginLogoutExtension
        Overrides:
        handleLogout in class AnonymousAuthenticator
        Returns:
        true if caller must stop execution (ie: logout generated a redirect), false otherwise