May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class com.sun.security.auth.PolicyFile
This class is Sun’s default implementation of the policy checking performed by the Subject.doAs( ) method. It supplies the permissions for a given subject executing code from the given codebase. You may specify a different policy object in the java.security file or via the javax.security.auth.Policy class.
public class com.sun.security.auth.PolicyFile
extends javax.security.auth.Policy {
// Constructors
public PolicyFile( );
// Instance Methods
public PermissionCollection getPermissions(Subject, CodeSource);
public synchronized void refresh( );
}
javax.security.auth.Policy
|
Read now
Unlock full access