Ant Organisation Ltd documentation

Acl Constructor (ArrayList, ArrayList, ArrayList, ArrayList, ArrayList, ArrayList)

Constructor

public Acl(
   ArrayList allowedGroups,
   ArrayList allowedUsers,
   ArrayList allowedRelationships,
   ArrayList deniedGroups,
   ArrayList deniedUsers,
   ArrayList deniedRelationships
);

Parameters

allowedGroups
ArrayList of Group objects which are allowed to access this resource
allowedUsers
ArrayList of User objects which are allowed to access this resource
allowedRelationships
ArrayList of RelationshipPermission objects which are to be allowed
deniedGroups
ArrayList of Group objects which are denied to access this resource
deniedUsers
ArrayList of User objects which are denied to access this resource
deniedRelationships
ArrayList of RelationshipPermission objects which are to be denied

See Also

Acl Class | Ant.Security Namespace | Acl Constructor Overload List