Package com.ericsson.ssa.sip

Examples of com.ericsson.ssa.sip.SecurityInterceptor


               

                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

Related Classes of com.ericsson.ssa.sip.SecurityInterceptor

Copyright © 2018 www.massapicom. 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.