Revision 19b58bab
Added by Remy Menard over 11 years ago
ETa/User-Client/src/main/resources/wsdl/userservice.xsd | ||
---|---|---|
</xs:complexContent>
|
||
</xs:complexType>
|
||
|
||
<xs:complexType name="UserLoginIn">
|
||
<xs:complexType name="UserBasicLoginIn">
|
||
<xs:sequence>
|
||
<xs:element
|
||
name="userID"
|
||
... | ... | |
</xs:sequence>
|
||
</xs:complexType>
|
||
|
||
<xs:complexType name="UserCertLoginIn">
|
||
<xs:element
|
||
name="userID"
|
||
type="usvc:tUserID"/>
|
||
</xs:complexType>
|
||
|
||
<xs:complexType name="UserLoginOut">
|
||
<xs:complexContent>
|
||
<xs:extension base="usvc:tAbstractOut">
|
||
... | ... | |
name="UserDeleteResult"
|
||
type="usvc:UserDeleteOut"/>
|
||
<xs:element
|
||
name="UserLogin"
|
||
type="usvc:UserLoginIn"/>
|
||
name="UserBasicLogin"
|
||
type="usvc:UserBasicLoginIn"/>
|
||
<xs:element
|
||
name="UserCertLogin"
|
||
type="usvc:UserCertLoginIn"/>
|
||
<xs:element
|
||
name="UserLoginResult"
|
||
type="usvc:UserLoginOut"/>
|
||
... | ... | |
<xs:element ref="usvc:UserUpdateResult"/>
|
||
<xs:element ref="usvc:UserDelete"/>
|
||
<xs:element ref="usvc:UserDeleteResult"/>
|
||
<xs:element ref="usvc:UserLogin"/>
|
||
<xs:element ref="usvc:UserBasicLogin"/>
|
||
<xs:element ref="usvc:UserCertLogin"/>
|
||
<xs:element ref="usvc:UserLoginResult"/>
|
||
<xs:element ref="usvc:UserLogout"/>
|
||
<xs:element ref="usvc:UserLogoutResult"/>
|
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)