public class AuthFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
SESSION_USER_KEY |
| Constructor and Description |
|---|
AuthFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain) |
protected boolean |
isLoginPage(javax.servlet.http.HttpServletRequest request) |
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic static String SESSION_USER_KEY
public void destroy()
destroy in interface javax.servlet.Filterdestroy in interface org.springframework.beans.factory.DisposableBeandestroy in class org.springframework.web.filter.GenericFilterBeanprotected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws javax.servlet.ServletException,
IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionIOExceptionprotected boolean isLoginPage(javax.servlet.http.HttpServletRequest request)
Copyright © 2014 JDAL. All Rights Reserved.