Examples of verifyRequest()


Examples of com.ericsson.ssa.sip.SecurityInterceptor.verifyRequest()

                as.setCurrentServlet(servletToInvoke);

                createSession(request, as, servletToInvoke, subscriberURI);
                SecurityInterceptor si = SecurityInterceptor.getInstance();

                if (!si.verifyRequest(request, authModule, servletToInvoke)) {
                    return matched;
                }
                request.setRegion(info.getRoutingRegion());               
                // XXX why not set the subscriber URI here as well?
                // is there really any use of setting the subscriberURI for error responses?
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.