org.apache.felix.framework
Class BundleProtectionDomain

java.lang.Object
  extended by java.security.ProtectionDomain
      extended by org.apache.felix.framework.BundleProtectionDomain

public class BundleProtectionDomain
extends java.security.ProtectionDomain


Constructor Summary
BundleProtectionDomain(Felix felix, org.apache.felix.framework.FelixBundle bundle)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 boolean implies(java.security.Permission permission)
           
 boolean impliesDirect(java.security.Permission permission)
           
 java.lang.String toString()
           
 
Methods inherited from class java.security.ProtectionDomain
getClassLoader, getCodeSource, getPermissions, getPrincipals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundleProtectionDomain

public BundleProtectionDomain(Felix felix,
                              org.apache.felix.framework.FelixBundle bundle)
Method Detail

implies

public boolean implies(java.security.Permission permission)
Overrides:
implies in class java.security.ProtectionDomain

impliesDirect

public boolean impliesDirect(java.security.Permission permission)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.security.ProtectionDomain