Microsoft SDK for Java

adjustForCodebase

This method of the PermissionDataSet Class adjusts a PermissionDataSet object to include additional access based on a codebase URL.

Syntax

public void adjustForCodebase(URL codebase);

Parameters

codebase The URL instance to pass as the second parameter when calling the adjustPermission method on the permission objects.

Remarks

This method calls adjustPermission("codebase",codebase) on all the permission objects in the set that implement the IAdjustablePermission interface.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.