javax.security.auth
Class Policy

java.lang.Object
  extended by 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.  
 
Method Summary
abstract  PermissionCollection getPermissions(Subject subject, CodeSource source)
          Deprecated.  
static Policy getPolicy()
          Deprecated.  
abstract  void refresh()
          Deprecated.  
static void setPolicy(Policy p)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Policy

protected Policy()
Deprecated. 
Method Detail

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.