You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/07/16 17:34:03 UTC

[1/2] cxf-fediz git commit: Updating CXF README

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes bebabdc30 -> 4cc318db3


Updating CXF README


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/511cc5bf
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/511cc5bf
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/511cc5bf

Branch: refs/heads/1.2.x-fixes
Commit: 511cc5bf90b449f521a6e1bcf5eb1c8a3b4eb7e8
Parents: bebabdc
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jul 16 16:08:51 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jul 16 16:33:49 2015 +0100

----------------------------------------------------------------------
 plugins/cxf/README.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/511cc5bf/plugins/cxf/README.txt
----------------------------------------------------------------------
diff --git a/plugins/cxf/README.txt b/plugins/cxf/README.txt
index a5fd7a7..3d322e3 100644
--- a/plugins/cxf/README.txt
+++ b/plugins/cxf/README.txt
@@ -1,6 +1,14 @@
 Fediz Plugin for CXF
 --------------------
 
+The Fediz plugin for CXF contains two separate pieces of functionality.
+The first is a CallbackHandler that allows the SAML Token of the Web
+SSO session to be used by the CXF Web Services Stack, i.e. for delegation.
+The second is a full SAML SSO RP plugin based solely on Apache CXF, which
+is container independent. 
+
+= Delegation scenario =
+
 Pre-requisite is that Fediz is either enabled on the container level or
 by Spring Security. This plugin is an add-on which provides the
 security context (SAML token) of the Web SSO session to the underyling


[2/2] cxf-fediz git commit: Fixing README

Posted by co...@apache.org.
Fixing README


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/4cc318db
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/4cc318db
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/4cc318db

Branch: refs/heads/1.2.x-fixes
Commit: 4cc318db34cb69785520d2b5d985614a9bb32991
Parents: 511cc5b
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jul 16 16:20:20 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jul 16 16:33:57 2015 +0100

----------------------------------------------------------------------
 plugins/cxf/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/4cc318db/plugins/cxf/README.txt
----------------------------------------------------------------------
diff --git a/plugins/cxf/README.txt b/plugins/cxf/README.txt
index 3d322e3..0583217 100644
--- a/plugins/cxf/README.txt
+++ b/plugins/cxf/README.txt
@@ -4,7 +4,7 @@ Fediz Plugin for CXF
 The Fediz plugin for CXF contains two separate pieces of functionality.
 The first is a CallbackHandler that allows the SAML Token of the Web
 SSO session to be used by the CXF Web Services Stack, i.e. for delegation.
-The second is a full SAML SSO RP plugin based solely on Apache CXF, which
+The second is a full WS-Federation RP plugin based solely on Apache CXF, which
 is container independent. 
 
 = Delegation scenario =