public class DomainWhitelistingFilter extends AbstractRequestAuthorizingFilter
| Constructor and Description |
|---|
DomainWhitelistingFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(javax.servlet.FilterConfig config) |
protected boolean |
isRequestAuthorized(javax.servlet.http.HttpServletRequest request)
Implement concrete code logic to evaluate an HTTP request
|
doFilter, setPathIgnoredpublic void destroy()
public void init(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected boolean isRequestAuthorized(javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException,
IOException
AbstractRequestAuthorizingFilterisRequestAuthorized in class AbstractRequestAuthorizingFilterrequest - HTTP request to evaluatejavax.servlet.ServletException - Allows internal servlet exceptionIOException - Allows internal IO exceptionCopyright © 2013-2015. All Rights Reserved.