Authenticator.initNonceManager();
org.jvnet.glassfish.comms.security.auth.impl.PAssertedAuthenticatorFactory.getInstance();
SipSecurityManager manager = SipSecurityManager.createManager((SipBundleDescriptor)super.getDescriptor(),true);
String pContextId = manager.getContextID();
if (!manager.inService()) {
new DescriptorProcessor().process(pContextId, convergedContext.getSipApplication());
}
convergedContext.getDispatcher().setContextId(pContextId);
SipApplication application = convergedContext.getSipApplication();
Map<String, org.jvnet.glassfish.comms.deployment.backend.Servlet> map = application.getServlets();