JBoss Community Archive (Read Only)

PicketBox

Logout

Logout Configuration

To logout your users PicketBox provides a specific path: /picketbox_logout.

After configuring the PicketBox Security Filter in the web.xml, add the following <filter-mapping> configuration:

<filter-mapping>
    <filter-name>PicketBox Delegating Filter</filter-name>
    <url-pattern>/picketbox_logout</url-pattern>
</filter-mapping>

Now you can redirect your users to this path and start the logout process.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:16:15 UTC, last content change 2012-08-21 12:09:26 UTC.