corda/config/dev/jolokia-access.xml

18 lines
411 B
XML
Raw Normal View History

2016-03-10 17:13:43 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- an all powerful policy file -->
2016-03-10 17:13:43 +00:00
<restrict>
<http>
<method>post</method>
<method>get</method>
</http>
<commands>
<command>read</command>
<command>write</command>
<command>exec</command>
2016-03-10 17:13:43 +00:00
<command>list</command>
<command>search</command>
<command>version</command>
2016-03-10 17:13:43 +00:00
</commands>
</restrict>