From 9247a3b1b42a890c79f4430a27aa4cdb25c9cba2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 21 Aug 2008 08:17:56 +0000 Subject: [PATCH] enumerate ChangeACL fields --- org.glite.lb.types/events.T | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/org.glite.lb.types/events.T b/org.glite.lb.types/events.T index 8dc293d..3c16abf 100644 --- a/org.glite.lb.types/events.T +++ b/org.glite.lb.types/events.T @@ -182,15 +182,24 @@ string value Arbitrary user tag value. @type ChangeACL Management of ACL stored on bookkepping server. - string user_id DN or VOMS parameter (in format VO:group). - int user_id_type Type of information given in user_id (DN or VOMS). + string user_id Certificate or VOMS parameter. + int user_id_type Type of information given in user_id. _null_ -1 - int permission ACL permission to change (currently only READ). + _code_ DN Certificate subject name + _code_ GROUP VO group (must be specified as "vo":"group") + _code_ FQAN Standard Full Qualified Attribute Name (FQAN) + int permission ACL permission to change. _null_ -1 - int permission_type Type of permission requested ('allow', 'deny'). + _code_ READ Get job information + int permission_type Type of permission requested. _null_ -1 - int operation Operation requested to perform with ACL (add, remove). + _code_ ALLOW Grant the permission specified + _code_ DENY Deny the permission specified + int operation Operation requested to perform with ACL. _null_ -1 + _code_ ADD Add the record to the ACL + _code_ REMOVE Remove the record from the ACL + @type Notification Management of notification service. notifid notifId Notification id. -- 1.8.2.3