org.eclipse.osgi.framework.adaptor
Class BundleProtectionDomain

java.lang.Object
  extended by java.security.ProtectionDomain
      extended by org.eclipse.osgi.framework.adaptor.BundleProtectionDomain

public abstract class BundleProtectionDomain
extends java.security.ProtectionDomain

This is a specialized ProtectionDomain for a bundle.

This class is not intended to be extended by clients.

Since:
3.1

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

BundleProtectionDomain

public BundleProtectionDomain(java.security.PermissionCollection permCollection)
Constructs a special ProtectionDomain for a bundle.

Parameters:
permCollection - the PermissionCollection for the Bundle