Managing access to OSGI bundles
问题 How can i control access to my bundles. I have a set of bundles that expose packages through export in MANIFEST.MF . Packages exposed are supposed to be used only within my set of bundles. No other external bundles should be allowed to use these packages using "import package". Is there any way i can impose these restrictions? 回答1: You can take a look at OSGi Security (2.Security Layer OSGi Core Spec) to manage restrictions to various resources (bundles, packages, services etc.). In your case