188189190191192193194195196197198
Subject.doAsPrivileged (SecurityContext.getCurrent().getSubject(), new PrivilegedExceptionAction() { public Object run() throws Exception { tie.handle(finalMC); processResponse(finalMC); return null; } }, null);
187188189190191192193194195196197