Searched defs:Policy (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/
H A DPolicy.java27 * {@code Policy} is the common super type of classes which represent a system
28 * security policy. The {@code Policy} specifies which permissions apply to
33 * the fully qualified class name of the desired {@code Policy}.
35 * Only one instance of a {@code Policy} is active at any time.
37 public abstract class Policy { class
42 // The SecurityPermission required to set custom Policy.
46 // The SecurityPermission required to get current Policy.
51 private static Policy activePolicy;
71 * Reloads the policy configuration for this {@code Policy} instance.
142 public static Policy getPolic
[all...]

Completed in 187 milliseconds