Uses of Class
java.security.CodeSource
-
Packages that use CodeSource Package Description java.net java.security -
-
Uses of CodeSource in java.net
Methods in java.net with parameters of type CodeSource Modifier and Type Method Description protected PermissionCollection
URLClassLoader. getPermissions(CodeSource var0)
-
Uses of CodeSource in java.security
Methods in java.security that return CodeSource Modifier and Type Method Description CodeSource
ProtectionDomain. getCodeSource()
Methods in java.security with parameters of type CodeSource Modifier and Type Method Description protected Class
SecureClassLoader. defineClass(String var0, byte[] var1, int var2, int var3, CodeSource var4)
abstract PermissionCollection
Policy. getPermissions(CodeSource var0)
protected PermissionCollection
SecureClassLoader. getPermissions(CodeSource var0)
boolean
CodeSource. implies(CodeSource var0)
Constructors in java.security with parameters of type CodeSource Constructor Description ProtectionDomain(CodeSource var0, PermissionCollection var1)
-