public class AgrosystWebAuthenticationFilter extends Object implements javax.servlet.Filter
| Modifier and Type | Field and Description |
|---|---|
static String |
AGROSYST_WEB_LOGIN_ACTION |
static String |
AGROSYST_WEB_LOGIN_ACTION_INPUT |
protected static Set<String> |
AUTHORIZED_URLS |
protected static com.google.common.base.Function<javax.servlet.http.HttpServletRequest,String> |
GET_FULL_REQUESTED_URI |
protected static com.google.common.base.Function<javax.servlet.http.HttpServletRequest,String> |
GET_REDIRECT_TO_LOGIN_PAGE_URI |
| Constructor and Description |
|---|
AgrosystWebAuthenticationFilter() |
public static final String AGROSYST_WEB_LOGIN_ACTION
public static final String AGROSYST_WEB_LOGIN_ACTION_INPUT
protected static final com.google.common.base.Function<javax.servlet.http.HttpServletRequest,String> GET_FULL_REQUESTED_URI
protected static final com.google.common.base.Function<javax.servlet.http.HttpServletRequest,String> GET_REDIRECT_TO_LOGIN_PAGE_URI
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterjavax.servlet.ServletExceptionpublic void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in interface javax.servlet.FilterIOExceptionjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.FilterCopyright © 2013 Inra. All rights reserved.