From d01dd35e38462ad56a802b5bc3f2f9d64faa0b92 Mon Sep 17 00:00:00 2001 From: Joshua Reich Date: Fri, 15 Feb 2019 13:40:07 -0800 Subject: YAML clc directive spec/compilation to XACML Created java definition of CoordinationDirective class. Initial library supports one coordination directive FirstBlocksSecond, prototype for this directive added as firstBlocksSecond.xml. Functions for compiling example yaml directive are in SupportUtil. Change-Id: If7c22402729670403510f1fa2f7f43de6a4a522c Issue-ID: POLICY-1173 Signed-off-by: Joshua Reich --- ..._loop_one_blocks_synthetic_control_loop_two.xml | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 controlloop/templates/template.demo.clc/src/test/resources/xacml/synthetic_control_loop_one_blocks_synthetic_control_loop_two.xml (limited to 'controlloop/templates/template.demo.clc/src/test/resources/xacml/synthetic_control_loop_one_blocks_synthetic_control_loop_two.xml') diff --git a/controlloop/templates/template.demo.clc/src/test/resources/xacml/synthetic_control_loop_one_blocks_synthetic_control_loop_two.xml b/controlloop/templates/template.demo.clc/src/test/resources/xacml/synthetic_control_loop_one_blocks_synthetic_control_loop_two.xml deleted file mode 100644 index f503a2b11..000000000 --- a/controlloop/templates/template.demo.clc/src/test/resources/xacml/synthetic_control_loop_one_blocks_synthetic_control_loop_two.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - -Policy for first_blocks_second coordination (if first running and second requests to run, deny second). - - - - - SyntheticControlLoopTwo - - - - - - - - - First Is Running - - - - Success - - - - - - - - - - - -- cgit 1.2.3-korg