Uses of Class java.security.CodeSource

Uses in package gnu.gcj.runtime

Methods with parameter type java.security.CodeSource

SharedLibHelper
SharedLibHelper.findHelper(ClassLoader loader, String libname, CodeSource source, boolean tryParents)
SharedLibHelper
SharedLibHelper.findHelper(ClassLoader loader, String libname, CodeSource source, ProtectionDomain domain, boolean tryParents)

Uses in package gnu.java.net.loader

Methods with return type java.security.CodeSource

CodeSource
Returns the non-null CodeSource associated with this resource.

Uses in package gnu.java.security

Methods with parameter type java.security.CodeSource

PermissionCollection

Uses in package javax.security.auth

Methods with parameter type java.security.CodeSource

PermissionCollection

Uses in package java.security

Constructors with parameter type java.security.CodeSource

Initializes a new instance of ProtectionDomain representing the specified CodeSource and set of permissions.
ProtectionDomain.ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals)
This method initializes a new instance of ProtectionDomain given its CodeSource, granted permissions, associated ClassLoader and Principals.

Methods with parameter type java.security.CodeSource

Class
SecureClassLoader.defineClass(String name, byte[] b, int off, int len, CodeSource cs)
Creates a class using an array of bytes and a CodeSource.
Class
Creates a class using an ByteBuffer and a CodeSource.
PermissionCollection
Returns the set of Permissions allowed for a given CodeSource.
PermissionCollection
Returns a PermissionCollection for the specified CodeSource.
boolean
This method tests to see if a specified CodeSource is implied by this object.

Methods with return type java.security.CodeSource

CodeSource
Returns the CodeSource of this domain.

Uses in package java.net

Methods with parameter type java.security.CodeSource

PermissionCollection
Returns the permissions needed to access a particular code source.

Uses in package gnu.java.security.provider

Methods with parameter type java.security.CodeSource

PermissionCollection
Returns the set of Permissions allowed for a given CodeSource.