GNU Classpath (0.20) | |
Frames | No Frames |
Methods with return type java.security.PermissionCollection | |
PermissionCollection | Returns a permission collection suitable to take
PropertyPermission objects.
|
Methods with return type java.security.PermissionCollection | |
PermissionCollection | Returns the permissions needed to access a particular code
source. |
PermissionCollection | Returns a new PermissionCollection object that can hold
SocketPermission 's.
|
Methods with return type java.security.PermissionCollection | |
PermissionCollection | |
PermissionCollection | This method is not necessary for this class, thus it always returns null.
|
Classes derived from java.security.PermissionCollection | |
class | This class is a heterogeneous collection of permissions. |
Constructors with parameter type java.security.PermissionCollection | |
ProtectionDomain.ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) Creates a new ProtectionDomain qualified by the given CodeSource,
Permissions, ClassLoader and array of Principals. |
Methods with return type java.security.PermissionCollection | |
PermissionCollection | Returns the static permissions granted to this domain.
|
PermissionCollection | Evaluates the global policy and returns a PermissionCollection
object specifying the set of permissions allowed for code from the
specified code source.
|
PermissionCollection | Returns a PermissionCollection for the specified CodeSource.
|
PermissionCollection | Evaluates the global policy and returns a PermissionCollection
object specifying the set of permissions allowed given the characteristics
of the protection domain.
|
PermissionCollection | Returns a PermissionCollection which can hold AllPermission.
|
PermissionCollection | This method returns an instance of PermissionCollection
suitable for storing BasicPermission objects. |
PermissionCollection | This method returns an empty PermissionCollection object
that can store permissions of this type, or null if no
such collection is defined. |
PermissionCollection | This class returns a PermissionCollection object that can
be used to store instances of UnresolvedPermission .
|
GNU Classpath (0.20) |