javax.security.auth
Class Policy
java.lang.Object
javax.security.auth.Policy
Deprecated. The classes java.security.Policy and
java.security.ProtectionDomain provide the functionality of this class.
public abstract class Policy
- extends Object
Constructor Summary |
protected |
Policy()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Policy
protected Policy()
- Deprecated.
getPolicy
public static Policy getPolicy()
- Deprecated.
setPolicy
public static void setPolicy(Policy p)
- Deprecated.
getPermissions
public abstract PermissionCollection getPermissions(Subject subject,
CodeSource source)
- Deprecated.
refresh
public abstract void refresh()
- Deprecated.