Uses of Class java.security.PermissionCollection

Uses in package java.util

Methods with return type java.security.PermissionCollection

PermissionCollection
Returns a permission collection suitable to take PropertyPermission objects.

Uses in package javax.management

Methods with return type java.security.PermissionCollection

PermissionCollection
Returns a PermissionCollection which stores a series of MBeanServerPermissions as the union of their capabilities.

Uses in package java.security

Classes derived from java.security.PermissionCollection

class
This class is a heterogeneous collection of permissions.

Constructors with parameter type java.security.PermissionCollection

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 return type java.security.PermissionCollection

PermissionCollection
Returns the PermissionCollection of this domain.
PermissionCollection
Returns the set of Permissions allowed for a given CodeSource.
PermissionCollection
Returns a PermissionCollection for the specified CodeSource.
PermissionCollection
Returns the set of Permissions allowed for a given ProtectionDomain.
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.

Uses in package javax.security.auth

Methods with return type java.security.PermissionCollection

PermissionCollection
PermissionCollection
This method is not necessary for this class, thus it always returns null.

Uses in package java.net

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.

Uses in package javax.security.auth.kerberos

Methods with return type java.security.PermissionCollection

PermissionCollection
This method returns an instance of PermissionCollection suitable for storing BasicPermission objects.
PermissionCollection