May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.util.PropertyPermission
This class represents the ability to read or write properties. The name of a property permission is the name of the property itself; the action for a property permission is either set or get.
public final class java.util.PropertyPermission
extends java.security.BasicPermission {
// Constructors
public PropertyPermission(String, String);
// Instance Methods
public boolean equals(Object);
public String getActions( );
public int hashCode( );
public boolean implies(Permission);
public PermissionCollection newPermissionCollection( );
}
Permission
|
Read now
Unlock full access