public class AuthenticationFilter extends HttpFilter
SimpleLoginModule
to authenticate a request.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SECURITY_DOMAIN |
Constructor and Description |
---|
AuthenticationFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(FilterConfig filterConfig) |
void |
run(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain) |
doFilter, getBoolean
public static final String DEFAULT_SECURITY_DOMAIN
public void init(FilterConfig filterConfig) throws ServletException
ServletException
public void run(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException
IOException
ServletException
public void destroy()
Copyright © 2011 Nuxeo SA. All Rights Reserved.