Class UmbrellaGrantPermission

java.lang.Object
java.security.Permission
net.jini.security.policy.UmbrellaGrantPermission
All Implemented Interfaces:
Serializable, Guard

public final class UmbrellaGrantPermission extends Permission
Permission that is specially intepreted by PolicyFileProvider as shorthand for a GrantPermission covering all permissions authorized to a given protection domain. For each protection domain authorized with a set of permissions ps that includes an UmbrellaGrantPermission, PolicyFileProvider adds to ps a GrantPermission for all permissions in ps. All UmbrellaGrantPermission instances are equivalent, and have target names and action strings that are the empty string.
Since:
2.0
Author:
Sun Microsystems, Inc.
See Also: