Generated by
JDiff

Class java.security.Policy

Added Methods
PermissionCollection getPermissions(ProtectionDomain) Evaluates the global policy and returns a PermissionCollection object specifying the set of permissions allowed given the characteristics of the protection domain.
boolean implies(ProtectionDomain, Permission) Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted.