| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| javax.security.auth |
This package provides a framework for authentication and authorization.
|
| Modifier and Type | Method and Description |
|---|---|
protected PermissionCollection |
URLClassLoader.getPermissions(CodeSource
Returns the permissions for the given codesource object.
|
| Modifier and Type | Method and Description |
|---|---|
CodeSource |
ProtectionDomain.getCodeSource()
Returns the CodeSource of this domain.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
SecureClassLoader.defineClass(String
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
|
protected Class |
SecureClassLoader.defineClass(String
Converts a
ByteBuffer into an instance of class
Class, with an optional CodeSource.
|
protected PermissionCollection |
PolicySpi.engineGetPermissions(CodeSource
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
|
protected PermissionCollection |
SecureClassLoader.getPermissions(CodeSource
Returns the permissions for the given CodeSource object.
|
PermissionCollection |
Policy.getPermissions(CodeSource
Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
|
boolean |
CodeSource.implies(CodeSource
Returns true if this CodeSource object "implies" the specified CodeSource.
|
| Constructor and Description | |
|---|---|
ProtectionDomain(CodeSource
Creates a new ProtectionDomain with the given CodeSource and Permissions.
|
|
ProtectionDomain(CodeSource
Creates a new ProtectionDomain qualified by the given CodeSource, Permissions, ClassLoader and array of Principals.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PermissionCollection |
Policy.getPermissions(Subject
Deprecated.
Retrieve the Permissions granted to the Principals associated with the specified
CodeSource.
|