This class represents a source permission for groups
author: Stephan Michels version: CVS $Id: GroupSourcePermission.java 433543 2006-08-22 06:22:54Z crossley $
public GroupSourcePermission(String group, String privilege, boolean inheritable, boolean negative)(Code)
Creates a new permission
Parameters: group - Group of the permission Parameters: privilege - Privilege of the permission Parameters: inheritable - If the permission is inheritable Parameters: negative - If the permission is negative