This method of the PermissionDataSet Class looks for a specific type of permission in the set.
public synchronized IPermission find(PermissionID pid);
Returns the permission object, if one is found; otherwise, returns null.
pid | The type of permission to find. |