This method of the PermissionDataSet Class adjusts a PermissionDataSet object to include additional access based on a codebase URL.
public void adjustForCodebase(URL codebase);
codebase | The URL instance to pass as the second parameter when calling the adjustPermission method on the permission objects. |
This method calls adjustPermission("codebase",codebase) on all the permission objects in the set that implement the IAdjustablePermission interface.