I have developed a simple command-line client with the following interface:
usage: PDPExec
-?,--usage Print usage info
-m,--mode <arg> Mode of response, XML for the full XACML
response, or SIMPLE for just 'permit', 'deny',
or 'indeterminate'
-p,--policyFile <arg> XACML 3.0 policy file
-r,--requestFile <arg> XACML 3.0 request file
It takes as input a policy file and a request file, and returns the PDP
response (either the entire XML structure, or just permit/deny/indeterminate).
Would the project be interested in my submitting this as a patch? I used
Commons CLI to help with processing the command-line arguments, which
introduced a new dependency in the POM.
Thanks.
--Scott
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev