Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Support for Jetty and JBoss
  • CXF plugin
  • Support for encrypted SAML tokens
  • Support for Holder-Of-Key SubjectConfirmationMethod
  • "Resource IDP" support for Fediz IDP
  • support for other protocols like SAML-P, OAuth

You can get the current status of the issues here .

Distribution

tbd

Samples

The examples directory contains two sample projects:

Sample

Description

Doc Page

simpleWebapp

a simple web application which is protected by the Fediz IDP. The FederationServlet illustrates how to get security information using the standard APIs.

Blog

wsclientWebapp

a protected web application which calls a web service protected by the Fediz STS. The FederationServlet illustrates how to securely call a web service.

Blog

...

Building

Check out the code from http://svn.apache.org/repos/asf/cxf/fediz/trunk

Building with Maven

Then build & test usingYou build the run the tests using the following command:

Code Block
mvn clean install

Note: you need to use Maven 2.0.9 or newer and have the following environment variable set: MAVEN_OPTS=-Xmx512m

Setting up Eclipse:

See this page for information on using the Eclipse IDE with the Fediz source code. This page is created for CXF but the same commands are applicable for Fediz too.