Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] OSGi and Security

I want to allow only specific bundles to offer particular services.  For example, suppose I have a service "com.acme.Foo" that I want to be sure is only available from one of three particular signed bundles.
 
How can I do this with the OSGi Security (either Conditional (chapter 9) or not (chapter 10))?
 
The trouble with this, of course, is that I want all other bundles to be allowed to REGISTER any other services without having any knowledge of what those services might be beforehand (and without having to force them to explicitly allow for any service they might want to offer in their security files).
 
So, the question is whether or not I can somehow set up a condition that allows me to specify that particular services can only come from particular bundles without having to then explicitly allow specific services from all other bundles.
 
Thanks in advance for your help!
 

John Wells (Aziz)

jwells@bea.comNOSPAM

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Back to the top