API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. PolicySpi View Source
Author(s)
Since
1.6
Version
1.2, 11/17/05
Serial
Hierarchy
 Object
      PolicySpi
Implements
Subclasses
Description
publicabstract abstract class PolicySpi
  This class defines the Service Provider Interface (SPI) for the Policy class.
See also:   
Constructors
public PolicySpi ()
Methods
Hide/Show inherited methods
protected PermissionCollection engineGetPermissions (CodeSource codesource)
  Return a PermissionCollection object containing the set of permissions granted to the specified CodeSource.
protected PermissionCollection engineGetPermissions (ProtectionDomain domain)
  Return a PermissionCollection object containing the set of permissions granted to the specified ProtectionDomain.
protectedabstract boolean engineImplies (ProtectionDomain domain, Permission permission)
  Check whether the policy has granted a Permission to a ProtectionDomain.
protected void engineRefresh ()
  Refreshes/reloads the policy configuration.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar