Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Security Folder | Summary of Elements in this Folder | pub.security.enterpriseGateway:customFilterSpec
 
pub.security.enterpriseGateway:customFilterSpec
WmPublic. Specification for services that can be invoked by the custom filter in Enterprise Gateway rules.
Using the service that has the pub.security.enterpriseGateway:customFilterSpec specification as its signature, you can extract the HTTP headers and payload from a request and act on it as per your business requirements. Upon processing the headers, you can choose to forward the request to the Internal Server or deny the request and return an error message to the user. For more information about webMethods Enterprise Gateway, see webMethods Integration Server Administrator’s Guide.
Input Parameters
requestHeaders
Document IData object containing the standard HTTP headers in the request along with any custom headers that are present in the request. The following are the standard headers that will be extracted from the request: User-Agent, Accept, Host, Authorization, Cookie, Content-Type, Accept-Language, and Content-Length.
payload
Object Object containing the payload in the request.
Output Parameters
forwardRequest
java.lang.Boolean Flag indicating whether Enterprise Gateway Server forwards the request to the Internal Server. A value of:
*True indicates that the request will be forwarded to the Internal Server.
*False indicates that the request will be denied and an error message is returned to the user.