Uses of Class
java.security.Policy
Packages that use Policy
-
Uses of Policy in java.security
Methods in java.security that return PolicyModifier and TypeMethodDescriptionstatic Policy
Policy.getInstance
(String type, Policy.Parameters params) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Policy object of the specified type.static Policy
Policy.getInstance
(String type, Policy.Parameters params, String provider) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Policy object of the specified type.static Policy
Policy.getInstance
(String type, Policy.Parameters params, Provider provider) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Policy object of the specified type.static Policy
Policy.getPolicy()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the installed Policy object.Methods in java.security with parameters of type Policy