Revision 19b58bab
Added by Remy Menard over 11 years ago
ETa/User/src/main/resources/wsdl/UserService.wsdl | ||
---|---|---|
element="usvc:UserDeleteResult"/>
|
||
</wsdl:message>
|
||
|
||
<wsdl:message name="userLoginReq">
|
||
<wsdl:message name="userBasicLoginReq">
|
||
<wsdl:part
|
||
name="parms"
|
||
element="usvc:UserLogin"/>
|
||
element="usvc:UserBasicLogin"/>
|
||
</wsdl:message>
|
||
|
||
<wsdl:message name="userCertLoginReq">
|
||
<wsdl:part
|
||
name="parms"
|
||
element="usvc:UserCertLogin"/>
|
||
</wsdl:message>
|
||
|
||
<wsdl:message name="userLoginRsp">
|
||
<wsdl:part
|
||
name="result"
|
||
... | ... | |
message="usvcw:SecurityExceptionResponse"/>
|
||
</wsdl:operation>
|
||
|
||
<wsdl:operation name="userLogin">
|
||
<wsdl:operation name="userBasicLogin">
|
||
<wsdl:input
|
||
message="usvcw:userLoginReq"
|
||
name="userLoginReq"/>
|
||
message="usvcw:userBasicLoginReq"
|
||
name="userBasicLoginReq"/>
|
||
<wsdl:output
|
||
message="usvcw:userLoginRsp"
|
||
name="userLoginRsp"/>
|
||
<wsdl:fault
|
||
name="ImplementationExceptionFault"
|
||
message="usvcw:ImplementationExceptionResponse"/>
|
||
<wsdl:fault
|
||
name="SecurityExceptionFault"
|
||
message="usvcw:SecurityExceptionResponse"/>
|
||
</wsdl:operation>
|
||
|
||
<wsdl:operation name="userCertLogin">
|
||
<wsdl:input
|
||
message="usvcw:userCertLoginReq"
|
||
name="userCertLoginReq"/>
|
||
<wsdl:output
|
||
message="usvcw:userLoginRsp"
|
||
name="userLoginRsp"/>
|
||
... | ... | |
</wsdl:fault>
|
||
</wsdl:operation>
|
||
|
||
<wsdl:operation name="userLogin">
|
||
<wsdl:operation name="userBasicLogin">
|
||
<wsoap:operation soapAction=""/>
|
||
<wsdl:input name="userBasicLoginReq">
|
||
<wsoap:body use="literal"/>
|
||
</wsdl:input>
|
||
<wsdl:output name="userLoginRsp">
|
||
<wsoap:body use="literal"/>
|
||
</wsdl:output>
|
||
<wsdl:fault name="ImplementationExceptionFault">
|
||
<wsoap:fault name="ImplementationExceptionFault" use="literal"/>
|
||
</wsdl:fault>
|
||
<wsdl:fault name="SecurityExceptionFault">
|
||
<wsoap:fault name="SecurityExceptionFault" use="literal"/>
|
||
</wsdl:fault>
|
||
</wsdl:operation>
|
||
|
||
<wsdl:operation name="userCertLogin">
|
||
<wsoap:operation soapAction=""/>
|
||
<wsdl:input name="userLoginReq">
|
||
<wsdl:input name="userCertLoginReq">
|
||
<wsoap:body use="literal"/>
|
||
</wsdl:input>
|
||
<wsdl:output name="userLoginRsp">
|
Also available in: Unified diff
Version 1.9
- use TLS for secured links
- SigMa is now fully functionnal
- completed documention
- a lot of bugs fixed!
- signature creation from the canonical form of the event
- signature creation using ECDSA algorithm
- signature is correctly verified
- manage the extension identifying the owner of the event
- if no identity is provided, the identity of the certificate is used
- access to the web interface of policy management is made by
certificate
- if no identity is provided, the identity of the certificate is used
- create and use certificates for TLS
- configure Apache Tomcat for TLS
- show SigMa library (SigMa-Commons)