How IPOJO provides security to an OSGI application using an xml file and java class !? i want to use the proprities
H
andL
but i dont know how
Asked
Active
Viewed 49 times
1 Answers
0
basically iPOJO is compliant with OSGi security. However the iPOJO bundle should be granted all permissions (as most of the frameworks).

Clement
- 2,817
- 1
- 12
- 11
-
My objectif is to give previlege to bundles for exemple a bundles who has H property should comunicate only with others wich have the same property – mina Apr 20 '15 at 08:27
-
To implement this, you should have a look to Service Interceptors: http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/service-binding-interceptors.html – Clement Apr 21 '15 at 11:09