Uses of Class
java.security.ProtectionDomain

Packages that use ProtectionDomain
java.lang   
java.security   
org.apache.felix.framework   
org.apache.felix.framework.ext   
org.apache.felix.ipojo   
 

Uses of ProtectionDomain in java.lang
 

Methods in java.lang that return ProtectionDomain
 ProtectionDomain Class.getProtectionDomain()
           
 

Methods in java.lang with parameters of type ProtectionDomain
protected  Class ClassLoader.defineClass(String var0, byte[] var1, int var2, int var3, ProtectionDomain var4)
           
 

Uses of ProtectionDomain in java.security
 

Methods in java.security that return ProtectionDomain
 ProtectionDomain[] DomainCombiner.combine(ProtectionDomain[] var0, ProtectionDomain[] var1)
           
 

Methods in java.security with parameters of type ProtectionDomain
 ProtectionDomain[] DomainCombiner.combine(ProtectionDomain[] var0, ProtectionDomain[] var1)
           
 ProtectionDomain[] DomainCombiner.combine(ProtectionDomain[] var0, ProtectionDomain[] var1)
           
 

Constructors in java.security with parameters of type ProtectionDomain
AccessControlContext(ProtectionDomain[] var0)
           
 

Uses of ProtectionDomain in org.apache.felix.framework
 

Subclasses of ProtectionDomain in org.apache.felix.framework
 class BundleProtectionDomain
           
 

Uses of ProtectionDomain in org.apache.felix.framework.ext
 

Methods in org.apache.felix.framework.ext with parameters of type ProtectionDomain
 boolean SecurityProvider.hasBundlePermission(ProtectionDomain pd, Permission p, boolean direct)
           
 

Uses of ProtectionDomain in org.apache.felix.ipojo
 

Methods in org.apache.felix.ipojo with parameters of type ProtectionDomain
 Class ComponentFactory.defineClass(String name, byte[] clazz, ProtectionDomain domain)
          Defines a class.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.