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