|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.ProtectionDomain
org.eclipse.osgi.framework.adaptor.BundleProtectionDomain
public abstract class BundleProtectionDomain
This is a specialized ProtectionDomain for a bundle.
This class is not intended to be extended by clients.
Constructor Summary | |
---|---|
BundleProtectionDomain(java.security.PermissionCollection permCollection)
Constructs a special ProtectionDomain for a bundle. |
Method Summary |
---|
Methods inherited from class java.security.ProtectionDomain |
---|
getClassLoader, getCodeSource, getPermissions, getPrincipals, implies, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BundleProtectionDomain(java.security.PermissionCollection permCollection)
permCollection
- the PermissionCollection for the Bundle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |