Package overit.geocall.cxf.filter
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain) voidinit(FilterConfig filterConfig)
-
Constructor Details
-
SoapServicesFilter
public SoapServicesFilter()
-
-
Method Details
-
init
- Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
destroy
public void destroy()
-