vre-modeler/etc/security_descriptor.xml

44 lines
764 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<securityConfig xmlns="http://www.globus.org">
<!--Authorization still not set for this service-->
<authz value="none"/>
<method name="getMultipleResourceProperties">
<auth-method>
<none/>
</auth-method>
</method>
<method name="queryResourceProperties">
<auth-method>
<none/>
</auth-method>
</method>
<method name="subscribe">
<auth-method>
<none/>
</auth-method>
</method>
<method name="getCurrentMessage">
<auth-method>
<none/>
</auth-method>
</method>
<!--At least GSISecureConversation and all that clients may need to add -->
<auth-method>
<GSISecureConversation/>
</auth-method>
<!--operates with delegation of caller's credentials-->
<run-as>
<caller-identity/>
</run-as>
</securityConfig>