![]()
|
|
|||||||||||||
Class PermissionSetpublic final class PermissionSet
{
// Constructors
public PermissionSet(PermissionDataSet pds);
// Methods
public PermissionDataSet getPermissions ();
}
This class represents an immutable form of a PermissionDataSet object. After a PermissionDataSet object has been converted to a PermissionSet object, the contents of the permission set can no longer be modified. The SecurityClassLoader.defineClass method, which attaches a set of permissions to a class, requires a PermissionSet as one of its parameters. ConstructorsPermissionSetpublic PermissionSet(PermissionDataSet pds); MethodsgetPermissionspublic PermissionDataSet getPermissions ();
|
| © 1998 Microsoft Corporation. All rights reserved. Terms of use. |