|
||||||||||
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
org.eclipse.osgi.framework.internal.core.BundleProtectionDomainImpl
public class BundleProtectionDomainImpl
This class tracks the signature information for a bundle in addition to managing bundle permissions.
Constructor Summary | |
---|---|
BundleProtectionDomainImpl(AbstractBundle bundle,
java.security.PermissionCollection permCollection)
|
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 BundleProtectionDomainImpl(AbstractBundle bundle, java.security.PermissionCollection permCollection)
bundle
- the bundle to which this ProtectionDomain corresponds.permCollection
- the PermissionCollection used by this ProtectionDomain.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |