public class BasicAuthSecurityFilter extends Object implements javax.servlet.Filter
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_OPTIONS |
static String |
EXCEPTION_PATHS |
static String |
INVALIDATE_PARAM |
static String |
REALM_NAME_PARAM |
| Constructor and Description |
|---|
BasicAuthSecurityFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
challengeClient(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
destroy() |
void |
doFilter(javax.servlet.ServletRequest _request,
javax.servlet.ServletResponse _response,
javax.servlet.FilterChain chain) |
void |
init(javax.servlet.FilterConfig filterConfig) |
public static final String REALM_NAME_PARAM
public static final String INVALIDATE_PARAM
public static final String EXCEPTION_PATHS
public static final String ALLOW_OPTIONS
public void init(javax.servlet.FilterConfig filterConfig)
init in interface javax.servlet.Filterpublic void destroy()
destroy in interface javax.servlet.Filterpublic 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 challengeClient(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.