Overview
WS CXF EXT is a CXF and Spring Security plugin which aims to:
- Securizing RESTful or SOAP webservices with HMAC-SHA1 headers authentication;
- Logging webservices calling with additionnal informations like the user of a Spring Security context;
- Marshalling/unmarshalling of a set of exception (functional and technical) and Calendars.
Installation with maven
Maven repository
<repository>
<id>ws-cxf-ext-mvn-repo</id>
<url>https://raw.github.com/ws-cxf-ext/ws-cxf-ext/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
Maven dependency
<dependency>
<groupId>ws-cxf-ext</groupId>
<artifactId>ws-cxf-ext</artifactId>
<version>${ws-cxf-ext.version}</version>
</dependency>
Versions
You could see the available version here.
License
Apache License, Version 2.0 (the “License”).
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.