AIRAVATA-2316 User Profile API methods added to xacml policy
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/a43d1a9c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/a43d1a9c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/a43d1a9c Branch: refs/heads/develop Commit: a43d1a9c8d8dca9ab29d079192ca9e4befed4f79 Parents: ee8d5ee Author: Marcus Christie <[email protected]> Authored: Tue Feb 28 12:18:04 2017 -0500 Committer: Anuj Bhandar <[email protected]> Committed: Tue Feb 28 13:07:18 2017 -0500 ---------------------------------------------------------------------- .../resources/airavata-default-xacml-policy.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/a43d1a9c/modules/configuration/server/src/main/resources/airavata-default-xacml-policy.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/airavata-default-xacml-policy.xml b/modules/configuration/server/src/main/resources/airavata-default-xacml-policy.xml index 58730c9..b575aa5 100644 --- a/modules/configuration/server/src/main/resources/airavata-default-xacml-policy.xml +++ b/modules/configuration/server/src/main/resources/airavata-default-xacml-policy.xml @@ -102,7 +102,14 @@ /airavata/getDataProduct| /airavata/registerReplicaLocation| /airavata/getParentDataProduct| -/airavata/getChildDataProducts).)*$\r?\n? +/airavata/getChildDataProducts| +/airavata/addUserProfile| +/airavata/updateUserProfile| +/airavata/getUserProfileById| +/airavata/deleteUserProfile| +/airavata/getAllUserProfilesInGateway| +/airavata/getUserProfileByName| +/airavata/doesUserProfileExist).)*$\r?\n? </AttributeValue> <AttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" @@ -174,7 +181,14 @@ /airavata/getDataProduct| /airavata/registerReplicaLocation| /airavata/getParentDataProduct| -/airavata/getChildDataProducts).)*$\r?\n? +/airavata/getChildDataProducts| +/airavata/addUserProfile| +/airavata/updateUserProfile| +/airavata/getUserProfileById| +/airavata/deleteUserProfile| +/airavata/getAllUserProfilesInGateway| +/airavata/getUserProfileByName| +/airavata/doesUserProfileExist).)*$\r?\n? </AttributeValue> <AttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action"
