// pass on caller identity to other service // by specifying delegation to true OtherService os = (OtherService) infra.getServiceByName(OtherService.class.getName(), true); ... os.doSomething(); ...