- All Implemented Interfaces:
- javax.servlet.Filter
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.web.identityFilter")
@Install(precedence=0,
dependencies="org.jboss.seam.security.identity")
@BypassInterceptors
@Filter(within="org.jboss.seam.web.multipartFilter")
public class IdentityFilter
extends AbstractFilter
A filter that provides integration between Servlet Security and the Seam
identity component. This integration is accomplished by wrapping the
HttpServletRequest with an HttpServletRequestWrapper implementation that
delegates security-related calls to the Seam identity component.
- Author:
- Dan Allen