Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.Policy

Uses of Policy in java.security
 

Fields in java.security declared as Policy
private static Policy Policy.currentPolicy
           
 

Methods in java.security that return Policy
static Policy Policy.getPolicy()
          Returns the currently installed Policy handler.
(package private) static Policy Policy.getCurrentPolicy()
          Ensures/forces loading of the configured policy provider, while bypassing the java.lang.SecurityManager checks for "getPolicy" security permission.
 

Methods in java.security with parameters of type Policy
static void Policy.setPolicy(Policy policy)
          Sets the Policy handler to a new value.
private static void Policy.setup(Policy policy)