Permission representation used by the Permission Admin service.
This class encapsulates three pieces of information: a Permission type
(class name), which must be a subclass of
java.security.Permission , and the name and actions
arguments passed to its constructor.
In order for a permission represented by a PermissionInfo to be
instantiated and considered during a permission check, its Permission class
must be available from the system classpath or an exported package. |