Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4BD2C6DD for ; Wed, 9 May 2012 05:42:53 +0000 (UTC) Received: (qmail 37948 invoked by uid 500); 9 May 2012 05:42:52 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 37871 invoked by uid 500); 9 May 2012 05:42:51 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 37824 invoked by uid 99); 9 May 2012 05:42:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 05:42:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 05:42:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 422372388865; Wed, 9 May 2012 05:42:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1335933 - in /cxf/fediz/trunk/examples: simpleWebapp/src/main/config/ simpleWebapp/src/main/config/fediz_config.xml wsclientWebapp/webapp/src/main/config/ wsclientWebapp/webapp/src/main/config/fediz_config.xml Date: Wed, 09 May 2012 05:42:28 -0000 To: commits@cxf.apache.org From: owulff@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120509054228.422372388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: owulff Date: Wed May 9 05:42:27 2012 New Revision: 1335933 URL: http://svn.apache.org/viewvc?rev=1335933&view=rev Log: added missing fediz configuration file Added: cxf/fediz/trunk/examples/simpleWebapp/src/main/config/ cxf/fediz/trunk/examples/simpleWebapp/src/main/config/fediz_config.xml cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/config/ cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/config/fediz_config.xml Added: cxf/fediz/trunk/examples/simpleWebapp/src/main/config/fediz_config.xml URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/simpleWebapp/src/main/config/fediz_config.xml?rev=1335933&view=auto ============================================================================== --- cxf/fediz/trunk/examples/simpleWebapp/src/main/config/fediz_config.xml (added) +++ cxf/fediz/trunk/examples/simpleWebapp/src/main/config/fediz_config.xml Wed May 9 05:42:27 2012 @@ -0,0 +1,31 @@ + + + + + http://host_one:port/url + + ChainTrust + + + + + + 1000 + + + https://localhost:9443/fedizidp/ + , + http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role + + 10000 + + + + + + + + Added: cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/config/fediz_config.xml URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/config/fediz_config.xml?rev=1335933&view=auto ============================================================================== --- cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/config/fediz_config.xml (added) +++ cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/config/fediz_config.xml Wed May 9 05:42:27 2012 @@ -0,0 +1,31 @@ + + + + + http://host_one:port/url + + ChainTrust + + + + + + 1000 + + + https://localhost:9443/fedizidp/ + , + http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role + + 10000 + + + + + + + +