public class ProxyFilterService extends Object
white-list parameter that specifies a list of white list rulesblack-list parameter that specifies a list of black list rules| Constructor and Description |
|---|
ProxyFilterService(org.exoplatform.container.xml.InitParams params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(javax.servlet.http.HttpServletRequest request,
org.exoplatform.container.PortalContainer container,
URI remoteURI)
Returns true if access to a remote URI should be granted.
|
public ProxyFilterService(org.exoplatform.container.xml.InitParams params)
public boolean accept(javax.servlet.http.HttpServletRequest request,
org.exoplatform.container.PortalContainer container,
URI remoteURI)
request - the servlet request doing the requestcontainer - the portal container associated with the requestremoteURI - the remote URI to checkCopyright © 2017 JBoss by Red Hat. All Rights Reserved.