| Frames | No Frames |
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) |
Methods with return type java.security.CodeSource | |
| CodeSource | Returns the non-null CodeSource associated with
this resource.
|
Methods with parameter type java.security.CodeSource | |
| PermissionCollection | |
Methods with parameter type java.security.CodeSource | |
| PermissionCollection | |
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> | 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.
|
Methods with parameter type java.security.CodeSource | |
| PermissionCollection | Returns the permissions needed to access a particular code
source. |
Methods with parameter type java.security.CodeSource | |
| PermissionCollection | Returns the set of Permissions allowed for a given CodeSource.
|