Permissions

Class Permissions

All Implemented Interfaces:
Serializable
public final class Permissions
extends PermissionCollection
implements Serializable

This class represents a heterogeneous collection of Permissions. That is, it contains different types of Permission objects, organized into PermissionCollections. For example, if any java.io.FilePermission objects are added to an instance of this class, they are all stored in a single PermissionCollection. It is the PermissionCollection returned by a call to the newPer