public class InetAccessHandler extends HandlerWrapper
Controls access to the wrapped handler by the real remote IP. Control is provided
by and IncludeExcludeSet over a InetAddressSet. This handler
uses the real internet address of the connection, not one reported in the forwarded
for headers, as this cannot be as easily forged.
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener_handler| Constructor and Description |
|---|
InetAccessHandler()
Creates new handler object
|
| Modifier and Type | Method and Description |
|---|---|
void |
dump(Appendable out,
String indent) |
void |
exclude(String... patterns)
Include a InetAddress pattern
|
void |
exclude(String pattern)
Exclude a InetAddress pattern
|
void |
handle(String target,
Request baseRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Checks the incoming request against the whitelist and blacklist
|
void |
include(String... patterns)
Include a InetAddress pattern
|
void |
include(String pattern)
Include a InetAddress pattern
|
protected boolean |
isAllowed(InetAddress address)
Check if specified request is allowed by current IPAccess rules.
|
destroy, expandChildren, getHandler, getHandlers, setHandler, setServerexpandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClassdoStart, doStop, dumpThis, getServeraddBean, addBean, addBean, addEventListener, addManaged, contains, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic void include(String pattern)
pattern - InetAddress pattern to excludeInetAddressSetpublic void include(String... patterns)
patterns - InetAddress patterns to excludeInetAddressSetpublic void exclude(String pattern)
pattern - InetAddress pattern to excludeInetAddressSetpublic void exclude(String... patterns)
patterns - InetAddress patterns to excludeInetAddressSetpublic void handle(String target, Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
handle in interface Handlerhandle in class HandlerWrappertarget - The target of the request - either a URI or a name.baseRequest - The original unwrapped request object.request - The request either as the Request
object or a wrapper of that request. The HttpChannel.getCurrentHttpChannel()
method can be used access the Request object if required.response - The response as the Response
object or a wrapper of that request. The HttpChannel.getCurrentHttpChannel()
method can be used access the Response object if required.IOExceptionjavax.servlet.ServletExceptionHandlerWrapper.handle(java.lang.String, org.eclipse.jetty.server.Request, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected boolean isAllowed(InetAddress address)
address - internet addresspublic void dump(Appendable out, String indent) throws IOException
dump in interface org.eclipse.jetty.util.component.Dumpabledump in class org.eclipse.jetty.util.component.ContainerLifeCycleIOExceptionCopyright © 1995-2019 Webtide. All Rights Reserved.