The IAdjustablePermission Interface of the com.ms.security package provides a method for modifying a permission object to give context information.
public interface IAdjustablePermission { // Methods void adjustPermission(String tag, Object adjustment); }