Uses of Class
java.security.ProtectionDomain
-
Packages that use ProtectionDomain Package Description java.lang java.security -
-
Uses of ProtectionDomain in java.lang
Methods in java.lang that return ProtectionDomain Modifier and Type Method Description ProtectionDomain
Class. getProtectionDomain()
Methods in java.lang with parameters of type ProtectionDomain Modifier and Type Method Description 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 Modifier and Type Method Description ProtectionDomain[]
DomainCombiner. combine(ProtectionDomain[] var0, ProtectionDomain[] var1)
Methods in java.security with parameters of type ProtectionDomain Modifier and Type Method Description ProtectionDomain[]
DomainCombiner. combine(ProtectionDomain[] var0, ProtectionDomain[] var1)
Constructors in java.security with parameters of type ProtectionDomain Constructor Description AccessControlContext(ProtectionDomain[] var0)
-