Class SoapServicesFilter

java.lang.Object
overit.geocall.cxf.filter.SoapServicesFilter
All Implemented Interfaces:
Filter

@WebFilter(urlPatterns={"/cxf/*","/w/cxf/*","/cxf","/w/cxf"}) public class SoapServicesFilter extends Object implements Filter
A servlet filter that controls access to SOAP web services list. This filter handles authentication and authorization for CXF SOAP service list based on configuration settings and user permissions.

The filter handles the following paths:

  • /cxf/*
  • /w/cxf/*
  • /cxf
  • /w/cxf