|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acegisecurity.adapters.HttpRequestIntegrationFilter
public class HttpRequestIntegrationFilter
Populates SecurityContext with the Authentication obtained from the container's
HttpServletRequest.getUserPrincipal().
Use this filter with container adapters only.
This filter never preserves the Authentication on the SecurityContext - it
is replaced every request.
See HttpSessionContextIntegrationFilter for further information.
| Constructor Summary | |
|---|---|
HttpRequestIntegrationFilter()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Does nothing. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
|
void |
init(FilterConfig arg0)
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRequestIntegrationFilter()
| Method Detail |
|---|
public void destroy()
destroy in interface Filter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
doFilter in interface FilterIOException
ServletException
public void init(FilterConfig arg0)
throws ServletException
init in interface Filterarg0 - ignored
ServletException - ignored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||