Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Document how to use sources with gitbox and github

...

Sample

Description

simpleWebapp

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

wsclientWebapp

a protected web application that calls a web service that uses the Fediz STS to validate credentials. Here, the same STS is used for token issuance (indirectly, by the web application through use of the Fediz IDP) and validation. The FederationServlet illustrates how to securely call a web service.

Anchor
building
building

Building

Check out the code from here:

...

Checkout

The CXF sources are hosted at Apache gitbox. This includes a full two way sync with github. As github provides the nicer user interface we now recommend to directly work on the github cxf repo.

Web browsing

https://github.com/apache/cxf-fediz

Checking out from GIT

Code Block
git clone git@github.com:apache/cxf-fediz.git

Committing

CXF committers can directly commit to github after doing the Apache gitbox setup. Be aware that the sync might take half an hour before you are added to the cxf github group.

Forking and pull requests

See Getting Involved

Building

Then follow the BUILDING.txt file in the Fediz download for full build instructions.

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.