This method of the PermissionDataSet Class adjusts each permission in the set with the given parameters.
public void adjust(String tag, Object adjustment);
tag | The adjustment type. |
adjustment | The adjustment-specific object. |
This method calls the adjustPermission method on all the permission objects in the set that implement the IAdjustablePermission interface.