| Class | Description |
|---|---|
| AjaxSiteSessionSecurityFilter |
AjaxSecurityFilter for our framework & security strategies aligned with the "site" module.Ties the security mechanism with the sites session; so a user logged in automatically can avail and the one not logged in is blocked. |
| SiteWicketFilter |
Startup related code.
|
| UserShellToThreadLocalFilter<U extends User> |
Take a
Session based WebUserShell and attach it to a ThreadLocal, for code that may not have access to the Request or Session
directly. |
| WebTransformerFilter |
Execute any
Transformer over an object array of [HttpServletRequest, HttpServletResponse, GenericFilterBean.getServletContext()] |
Copyright © 2018. All rights reserved.