Uses of Class
java.security.Policy
| Package | Description | 
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
- 
Uses of Policy in java.securityMethods in java.security that return Policy Modifier and Type Method Description static PolicyPolicy. getInstance(String type, Policy.Parameters params)Returns a Policy object of the specified type.static PolicyPolicy. getInstance(String type, Policy.Parameters params, String provider)Returns a Policy object of the specified type.static PolicyPolicy. getInstance(String type, Policy.Parameters params, Provider provider)Returns a Policy object of the specified type.static PolicyPolicy. getPolicy()Returns the installed Policy object.Methods in java.security with parameters of type Policy Modifier and Type Method Description static voidPolicy. setPolicy(Policy p)Sets the system-wide Policy object.