Skip to content
Snippets Groups Projects
Commit 96df2eec authored by Martin Haase's avatar Martin Haase
Browse files

added rbacFault for registerResource

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@12762 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 139e0a68
No related branches found
No related tags found
No related merge requests found
...@@ -411,12 +411,14 @@ ...@@ -411,12 +411,14 @@
<b>Faults</b> <b>Faults</b>
<ul> <ul>
<li>authenticationFault</li> <li>authenticationFault</li>
<li>rbacFault - if resource could not be registered successfully</li>
</ul> </ul>
</li> </li>
</ul> </ul>
</wsdl:documentation> </wsdl:documentation>
<wsdl:input message="tns:registerResourceRequest" /> <wsdl:input message="tns:registerResourceRequest" />
<wsdl:output message="tns:registerResourceResponse" /> <wsdl:output message="tns:registerResourceResponse" />
<wsdl:fault name="rbacFault" message="tns:rbacFault" />
<wsdl:fault name="authenticationFault" message="tns:authenticationFault" /> <wsdl:fault name="authenticationFault" message="tns:authenticationFault" />
</wsdl:operation> </wsdl:operation>
<wsdl:operation name="unregisterResource"> <wsdl:operation name="unregisterResource">
...@@ -763,6 +765,9 @@ ...@@ -763,6 +765,9 @@
<wsdl:fault name="authenticationFault"> <wsdl:fault name="authenticationFault">
<soap:fault use="literal" name="authenticationFault" /> <soap:fault use="literal" name="authenticationFault" />
</wsdl:fault> </wsdl:fault>
<wsdl:fault name="rbacFault">
<soap:fault use="literal" name="rbacFault" />
</wsdl:fault>
</wsdl:operation> </wsdl:operation>
<wsdl:operation name="unregisterResource"> <wsdl:operation name="unregisterResource">
<soap:operation <soap:operation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment