32 lines
484 B
XML
Executable File
32 lines
484 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<securityConfig xmlns="http://www.globus.org" >
|
|
<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>
|
|
|
|
</securityConfig>
|