Picketlink SVN: r284 - federation/tags.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 17:59:49 -0400 (Fri, 04 Jun 2010)
New Revision: 284
Added:
federation/tags/1.0.3.final/
Log:
PLFED-82: Tag 1.0.3.final
Copied: federation/tags/1.0.3.final (from rev 283, federation/trunk)
14 years, 6 months
Picketlink SVN: r283 - in federation/trunk: assembly and 32 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 17:32:51 -0400 (Fri, 04 Jun 2010)
New Revision: 283
Modified:
federation/trunk/assembly/pom.xml
federation/trunk/parent/pom.xml
federation/trunk/picketlink-bindings-jboss/pom.xml
federation/trunk/picketlink-bindings/pom.xml
federation/trunk/picketlink-fed-api/pom.xml
federation/trunk/picketlink-fed-core/pom.xml
federation/trunk/picketlink-fed-model/pom.xml
federation/trunk/picketlink-seam/pom.xml
federation/trunk/picketlink-web/pom.xml
federation/trunk/picketlink-webapps/assembly/pom.xml
federation/trunk/picketlink-webapps/circleoftrust/pom.xml
federation/trunk/picketlink-webapps/employee-post-sig/pom.xml
federation/trunk/picketlink-webapps/employee-post/pom.xml
federation/trunk/picketlink-webapps/employee-sig/pom.xml
federation/trunk/picketlink-webapps/employee-standalone/pom.xml
federation/trunk/picketlink-webapps/employee/pom.xml
federation/trunk/picketlink-webapps/idp-sig-no-val/pom.xml
federation/trunk/picketlink-webapps/idp-sig/pom.xml
federation/trunk/picketlink-webapps/idp-standalone/pom.xml
federation/trunk/picketlink-webapps/idp/pom.xml
federation/trunk/picketlink-webapps/metadata/pom.xml
federation/trunk/picketlink-webapps/openid-consumer/pom.xml
federation/trunk/picketlink-webapps/openid-provider/pom.xml
federation/trunk/picketlink-webapps/pdp/pom.xml
federation/trunk/picketlink-webapps/picketlink-sts/pom.xml
federation/trunk/picketlink-webapps/pom.xml
federation/trunk/picketlink-webapps/sales-post-sig/pom.xml
federation/trunk/picketlink-webapps/sales-post/pom.xml
federation/trunk/picketlink-webapps/sales-sig/pom.xml
federation/trunk/picketlink-webapps/sales-standalone/pom.xml
federation/trunk/picketlink-webapps/sales/pom.xml
federation/trunk/picketlink-webapps/seam-sp/pom.xml
federation/trunk/picketlink-xmlsec-model/pom.xml
federation/trunk/pom.xml
Log:
PLFED-82: Prepare 1.0.3.final
Modified: federation/trunk/assembly/pom.xml
===================================================================
--- federation/trunk/assembly/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/assembly/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/parent/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -8,7 +8,7 @@
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<name>PicketLink Federation- Parent</name>
<url>http://labs.jboss.org/portal/picketlink/</url>
<description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
Modified: federation/trunk/picketlink-bindings/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-bindings/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-bindings-jboss/pom.xml
===================================================================
--- federation/trunk/picketlink-bindings-jboss/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-bindings-jboss/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-fed-api/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-fed-core/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-fed-model/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-model/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-fed-model/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-seam/pom.xml
===================================================================
--- federation/trunk/picketlink-seam/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-seam/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-web/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-webapps/assembly/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/assembly/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/assembly/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-webapps/circleoftrust/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/circleoftrust/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/circleoftrust/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>circleoftrust</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<packaging>war</packaging>
<name>PicketLink Federation Circle Of Trust</name>
<url>http://labs.jboss.org/portal/picketlink/</url>
Modified: federation/trunk/picketlink-webapps/employee/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/employee/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/employee-post/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/employee-post/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/employee-post-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post-sig/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/employee-post-sig/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/employee-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-sig/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/employee-sig/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/employee-standalone/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-standalone/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/employee-standalone/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/idp/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/idp/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/idp/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/idp-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/idp-sig/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/idp-sig/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/idp-sig-no-val/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/idp-sig-no-val/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/idp-sig-no-val/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/idp-standalone/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/idp-standalone/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/idp-standalone/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/metadata/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/metadata/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/metadata/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/openid-consumer/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/openid-consumer/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/openid-consumer/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/openid-provider/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/openid-provider/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/openid-provider/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/pdp/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/pdp/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/pdp/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/picketlink-sts/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/picketlink-sts/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/picketlink-sts/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-webapps/sales/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/sales/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/sales-post/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/sales-post/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/sales-post-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post-sig/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/sales-post-sig/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/sales-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-sig/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/sales-sig/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/sales-standalone/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-standalone/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/sales-standalone/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
Modified: federation/trunk/picketlink-webapps/seam-sp/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/seam-sp/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-webapps/seam-sp/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-federation-webapps</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/picketlink-xmlsec-model/pom.xml
===================================================================
--- federation/trunk/picketlink-xmlsec-model/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/picketlink-xmlsec-model/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: federation/trunk/pom.xml
===================================================================
--- federation/trunk/pom.xml 2010-06-04 21:04:36 UTC (rev 282)
+++ federation/trunk/pom.xml 2010-06-04 21:32:51 UTC (rev 283)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
- <version>1.0.3.CR4-SNAPSHOT</version>
+ <version>1.0.3.final</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 6 months
Picketlink SVN: r282 - in federation/trunk/picketlink-webapps: assembly and 162 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 17:04:36 -0400 (Fri, 04 Jun 2010)
New Revision: 282
Modified:
federation/trunk/picketlink-webapps/
federation/trunk/picketlink-webapps/assembly/
federation/trunk/picketlink-webapps/assembly/src/
federation/trunk/picketlink-webapps/assembly/src/main/
federation/trunk/picketlink-webapps/assembly/src/main/resources/
federation/trunk/picketlink-webapps/circleoftrust/
federation/trunk/picketlink-webapps/circleoftrust/resources/
federation/trunk/picketlink-webapps/circleoftrust/resources/META-INF/
federation/trunk/picketlink-webapps/circleoftrust/resources/WEB-INF/
federation/trunk/picketlink-webapps/employee-post-sig/
federation/trunk/picketlink-webapps/employee-post-sig/src/
federation/trunk/picketlink-webapps/employee-post-sig/src/main/
federation/trunk/picketlink-webapps/employee-post-sig/src/main/resources/
federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/
federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/lib/
federation/trunk/picketlink-webapps/employee-post/
federation/trunk/picketlink-webapps/employee-post/src/
federation/trunk/picketlink-webapps/employee-post/src/main/
federation/trunk/picketlink-webapps/employee-post/src/main/resources/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/employee-sig/
federation/trunk/picketlink-webapps/employee-sig/src/
federation/trunk/picketlink-webapps/employee-sig/src/main/
federation/trunk/picketlink-webapps/employee-sig/src/main/webapp/
federation/trunk/picketlink-webapps/employee-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/employee-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/employee-standalone/
federation/trunk/picketlink-webapps/employee-standalone/src/
federation/trunk/picketlink-webapps/employee-standalone/src/main/
federation/trunk/picketlink-webapps/employee-standalone/src/main/resources/
federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/
federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/employee/
federation/trunk/picketlink-webapps/employee/src/
federation/trunk/picketlink-webapps/employee/src/main/
federation/trunk/picketlink-webapps/employee/src/main/resources/
federation/trunk/picketlink-webapps/employee/src/main/webapp/
federation/trunk/picketlink-webapps/employee/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/employee/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/idp-sig-no-val/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/resources/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/lib/
federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/jsp/
federation/trunk/picketlink-webapps/idp-sig/
federation/trunk/picketlink-webapps/idp-sig/src/
federation/trunk/picketlink-webapps/idp-sig/src/main/
federation/trunk/picketlink-webapps/idp-sig/src/main/resources/
federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/
federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/lib/
federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/jsp/
federation/trunk/picketlink-webapps/idp-standalone/
federation/trunk/picketlink-webapps/idp-standalone/src/
federation/trunk/picketlink-webapps/idp-standalone/src/main/
federation/trunk/picketlink-webapps/idp-standalone/src/main/resources/
federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/
federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/jsp/
federation/trunk/picketlink-webapps/idp/
federation/trunk/picketlink-webapps/idp/src/
federation/trunk/picketlink-webapps/idp/src/main/
federation/trunk/picketlink-webapps/idp/src/main/resources/
federation/trunk/picketlink-webapps/idp/src/main/webapp/
federation/trunk/picketlink-webapps/idp/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/idp/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/idp/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/idp/src/main/webapp/jsp/
federation/trunk/picketlink-webapps/metadata/
federation/trunk/picketlink-webapps/metadata/resources/
federation/trunk/picketlink-webapps/metadata/resources/META-INF/
federation/trunk/picketlink-webapps/metadata/resources/WEB-INF/
federation/trunk/picketlink-webapps/openid-consumer/
federation/trunk/picketlink-webapps/openid-consumer/resources/
federation/trunk/picketlink-webapps/openid-consumer/resources/META-INF/
federation/trunk/picketlink-webapps/openid-consumer/resources/WEB-INF/
federation/trunk/picketlink-webapps/openid-provider/
federation/trunk/picketlink-webapps/openid-provider/resources/
federation/trunk/picketlink-webapps/openid-provider/resources/META-INF/
federation/trunk/picketlink-webapps/openid-provider/resources/WEB-INF/
federation/trunk/picketlink-webapps/pdp/
federation/trunk/picketlink-webapps/pdp/src/
federation/trunk/picketlink-webapps/pdp/src/main/
federation/trunk/picketlink-webapps/pdp/src/main/webapp/
federation/trunk/picketlink-webapps/pdp/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/pdp/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/pdp/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/pdp/src/main/webapp/WEB-INF/classes/policies/
federation/trunk/picketlink-webapps/picketlink-sts/
federation/trunk/picketlink-webapps/picketlink-sts/src/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/resources/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/lib/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/wsdl/
federation/trunk/picketlink-webapps/sales-post-sig/
federation/trunk/picketlink-webapps/sales-post-sig/src/
federation/trunk/picketlink-webapps/sales-post-sig/src/main/
federation/trunk/picketlink-webapps/sales-post-sig/src/main/resources/
federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/
federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/WEB-INF/lib/
federation/trunk/picketlink-webapps/sales-post/
federation/trunk/picketlink-webapps/sales-post/src/
federation/trunk/picketlink-webapps/sales-post/src/main/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/sales-sig/
federation/trunk/picketlink-webapps/sales-sig/src/
federation/trunk/picketlink-webapps/sales-sig/src/main/
federation/trunk/picketlink-webapps/sales-sig/src/main/webapp/
federation/trunk/picketlink-webapps/sales-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/sales-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/sales-standalone/
federation/trunk/picketlink-webapps/sales-standalone/src/
federation/trunk/picketlink-webapps/sales-standalone/src/main/
federation/trunk/picketlink-webapps/sales-standalone/src/main/resources/
federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/
federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/WEB-INF/classes/
federation/trunk/picketlink-webapps/sales/
federation/trunk/picketlink-webapps/sales/src/
federation/trunk/picketlink-webapps/sales/src/main/
federation/trunk/picketlink-webapps/sales/src/main/resources/
federation/trunk/picketlink-webapps/sales/src/main/webapp/
federation/trunk/picketlink-webapps/sales/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/lib/
federation/trunk/picketlink-webapps/seam-sp/
federation/trunk/picketlink-webapps/seam-sp/src/
federation/trunk/picketlink-webapps/seam-sp/src/main/
federation/trunk/picketlink-webapps/seam-sp/src/main/java/
federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/
federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/
federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/identity/
federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/identity/seam/
federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/identity/seam/federation/
federation/trunk/picketlink-webapps/seam-sp/src/main/resources/
federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/
federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/lib/
Log:
svn ignore
Property changes on: federation/trunk/picketlink-webapps
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/assembly
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/assembly/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/assembly/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/assembly/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/circleoftrust
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/circleoftrust/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/circleoftrust/resources/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/circleoftrust/resources/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post/src
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post/src/main
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post/src/main/resources
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post/src/main/webapp
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-post-sig/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-sig
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-sig/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-sig/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-sig/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-sig/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-sig/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/employee-standalone/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp/src/main/webapp/jsp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig/src/main/webapp/jsp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-sig-no-val/src/main/webapp/jsp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/idp-standalone/src/main/webapp/jsp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/metadata
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/metadata/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/metadata/resources/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/metadata/resources/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-consumer
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-consumer/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-consumer/resources/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-consumer/resources/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-provider
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-provider/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-provider/resources/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/openid-provider/resources/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/pdp/src/main/webapp/WEB-INF/classes/policies
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/wsdl
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-post-sig/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-sig
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-sig/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-sig/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-sig/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-sig/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-sig/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/sales-standalone/src/main/webapp/WEB-INF/classes
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/java
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/java/org
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/identity
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/identity/seam
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/java/org/picketlink/identity/seam/federation
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/resources
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/webapp
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/META-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
Property changes on: federation/trunk/picketlink-webapps/seam-sp/src/main/webapp/WEB-INF/lib
___________________________________________________________________
Name: svn:ignore
- target
target-eclipse
eclipse-target
.classpath
.project
.settings
generated-source
+ .settings
.classpath
.metadata
.project
target
target-eclipse
eclipse-target
14 years, 6 months
Picketlink SVN: r281 - federation/trunk/parent.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 16:00:39 -0400 (Fri, 04 Jun 2010)
New Revision: 281
Modified:
federation/trunk/parent/pom.xml
Log:
use http
Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml 2010-06-04 20:00:13 UTC (rev 280)
+++ federation/trunk/parent/pom.xml 2010-06-04 20:00:39 UTC (rev 281)
@@ -53,6 +53,11 @@
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -61,7 +66,7 @@
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
- <url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
14 years, 6 months
Picketlink SVN: r280 - federation/trunk.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 16:00:13 -0400 (Fri, 04 Jun 2010)
New Revision: 280
Removed:
federation/trunk/picketlink-fed-tests/
Log:
PLFED-81: separate workspace for integration tests
14 years, 6 months
Picketlink SVN: r279 - integation-tests and 17 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 15:55:40 -0400 (Fri, 04 Jun 2010)
New Revision: 279
Added:
integation-tests/
integation-tests/branches/
integation-tests/tags/
integation-tests/trunk/
integation-tests/trunk/common-dist/
integation-tests/trunk/common-dist/jbossas/
integation-tests/trunk/common-dist/jbossas/5.1.0.GA/
integation-tests/trunk/common-dist/jbossas/5.1.0.GA/jboss-5.1.0.GA-jdk6.zip
integation-tests/trunk/common-dist/scripts/
integation-tests/trunk/common-dist/scripts/stopjboss.sh
integation-tests/trunk/common-dist/tomcat/
integation-tests/trunk/common-dist/tomcat/6.0.26/
integation-tests/trunk/common-dist/tomcat/6.0.26/apache-tomcat-6.0.26.zip
integation-tests/trunk/common-dist/tomcat/log4j.xml
integation-tests/trunk/common-dist/tomcat/tomcat-users.xml
integation-tests/trunk/parent/
integation-tests/trunk/parent/pom.xml
integation-tests/trunk/picketlink-saml-tests/
integation-tests/trunk/picketlink-saml-tests/ant-build.xml
integation-tests/trunk/picketlink-saml-tests/pom.xml
integation-tests/trunk/picketlink-saml-tests/src/
integation-tests/trunk/picketlink-saml-tests/src/test/
integation-tests/trunk/picketlink-saml-tests/src/test/java/
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2MixedBindingGlobalLogOutUnitTestCase.java
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2PostBindingGlobalLogOutUnitTestCase.java
integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2RedirectBindingGlobalLogOutUnitTestCase.java
integation-tests/trunk/picketlink-saml-tests/src/test/resources/
integation-tests/trunk/pom.xml
Log:
PLFED-81: integration test workspace
Added: integation-tests/trunk/common-dist/jbossas/5.1.0.GA/jboss-5.1.0.GA-jdk6.zip
===================================================================
(Binary files differ)
Property changes on: integation-tests/trunk/common-dist/jbossas/5.1.0.GA/jboss-5.1.0.GA-jdk6.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: integation-tests/trunk/common-dist/scripts/stopjboss.sh
===================================================================
--- integation-tests/trunk/common-dist/scripts/stopjboss.sh (rev 0)
+++ integation-tests/trunk/common-dist/scripts/stopjboss.sh 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,2 @@
+#!/bin/ksh
+ps -u`whoami` -opid,comm,args | grep "org.jboss.Main" | awk '{ print $1 }' | xargs kill -9
Property changes on: integation-tests/trunk/common-dist/scripts/stopjboss.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: integation-tests/trunk/common-dist/tomcat/6.0.26/apache-tomcat-6.0.26.zip
===================================================================
(Binary files differ)
Property changes on: integation-tests/trunk/common-dist/tomcat/6.0.26/apache-tomcat-6.0.26.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: integation-tests/trunk/common-dist/tomcat/log4j.xml
===================================================================
--- integation-tests/trunk/common-dist/tomcat/log4j.xml (rev 0)
+++ integation-tests/trunk/common-dist/tomcat/log4j.xml 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+
+<!-- ===================================================================== -->
+<!-- -->
+<!-- Log4j Configuration -->
+<!-- -->
+<!-- ===================================================================== -->
+
+<!--
+ | For more configuration information and examples see the Jakarta Log4j
+ | owebsite: http://jakarta.apache.org/log4j
+ -->
+
+<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
+
+ <!-- ================================= -->
+ <!-- Preserve messages in a local file -->
+ <!-- ================================= -->
+
+ <!-- A time/date based rolling appender -->
+ <appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender">
+ <param name="File" value="target/apache-tomcat-6.0.26/logs/server.log"/>
+ <param name="Append" value="false"/>
+ <!--
+ Set the threshold via a system property. Note this is parsed by log4j,
+ so the full JBoss system property format is not supported; e.g.
+ setting a default via ${jboss.server.log.threshold:WARN} will not work.
+ -->
+ <param name="Threshold" value="TRACE"/>
+
+ <!-- Rollover at midnight each day -->
+ <param name="DatePattern" value="'.'yyyy-MM-dd"/>
+
+ <!-- Rollover at the top of each hour
+ <param name="DatePattern" value="'.'yyyy-MM-dd-HH"/>
+ -->
+
+ <layout class="org.apache.log4j.PatternLayout">
+ <!-- The default pattern: Date Priority [Category] (Thread) Message\n -->
+ <param name="ConversionPattern" value="%d %-5p [%c] (%t) %m%n"/>
+
+ <!-- The full pattern: Date MS Priority [Category] (Thread:NDC) Message\n
+ <param name="ConversionPattern" value="%d %-5r %-5p [%c] (%t:%x) %m%n"/>
+ -->
+ </layout>
+ </appender>
+
+ <!-- ============================== -->
+ <!-- Append messages to the console -->
+ <!-- ============================== -->
+
+ <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
+ <param name="Target" value="System.out"/>
+ <param name="Threshold" value="INFO"/>
+
+ <layout class="org.apache.log4j.PatternLayout">
+ <!-- The default pattern: Date Priority [Category] Message\n -->
+ <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
+ </layout>
+ </appender>
+
+ <!-- ================ -->
+ <!-- Limit categories -->
+ <!-- ================ -->
+
+ <!-- Limit the org.apache category to INFO as its DEBUG is verbose -->
+ <category name="org.apache">
+ <priority value="TRACE"/>
+ </category>
+ <category name="org.jboss">
+ <priority value="TRACE"/>
+ </category>
+ <category name="org.picketlink">
+ <priority value="TRACE"/>
+ </category>
+
+ <!-- Setup the Root category -->
+ <!-- ======================= -->
+
+ <root>
+ <appender-ref ref="CONSOLE"/>
+ <appender-ref ref="FILE"/>
+ </root>
+
+</log4j:configuration>
Added: integation-tests/trunk/common-dist/tomcat/tomcat-users.xml
===================================================================
--- integation-tests/trunk/common-dist/tomcat/tomcat-users.xml (rev 0)
+++ integation-tests/trunk/common-dist/tomcat/tomcat-users.xml 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8'?>
+<tomcat-users>
+ <role rolename="Sales"/>
+ <role rolename="manager"/>
+ <role rolename="user"/>
+ <role rolename="Employee"/>
+ <user username="manager" password="tomcat" roles="manager,Sales,Employee"/>
+ <user username="tomcat" password="tomcat" roles="manager,Sales,Employee"/>
+</tomcat-users>
Added: integation-tests/trunk/parent/pom.xml
===================================================================
--- integation-tests/trunk/parent/pom.xml (rev 0)
+++ integation-tests/trunk/parent/pom.xml 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,193 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>5</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-integration-tests-parent</artifactId>
+ <packaging>pom</packaging>
+ <version>1.0.3.CR4-SNAPSHOT</version>
+ <name>PicketLink Integration Tests- Parent</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/federation/tags/1.0.0.a...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/federation/tags/1.0.0.alpha1</developerConnection>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.jboss.org/repos/jbossidentity/migration/picketlink/federation...</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <printSummary>true</printSummary>
+ <disableXmlReport>false</disableXmlReport>
+ <testFailureIgnore>true</testFailureIgnore>
+ <includes>
+ <include>**/**TestCase.java</include>
+ </includes>
+ <forkMode>pertest</forkMode>
+ <argLine>${surefire.jvm.args}</argLine>
+ <useFile>false</useFile>
+ <trimStackTrace>false</trimStackTrace>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Maven Repository Group</name>
+ <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Repository</name>
+ <layout>default</layout>
+ <url>http://repository.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshots Repository</name>
+ <layout>default</layout>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>apache-log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache</groupId>
+ <artifactId>xmlsec</artifactId>
+ <version>1.4.3</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>apache-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ <version>1.0.3</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.1.9</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.1.9</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jbossxacml</artifactId>
+ <version>2.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.openid4java</groupId>
+ <artifactId>openid4java</artifactId>
+ <version>0.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.12</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>6.1.18</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>6.1.18</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+</project>
Added: integation-tests/trunk/picketlink-saml-tests/ant-build.xml
===================================================================
--- integation-tests/trunk/picketlink-saml-tests/ant-build.xml (rev 0)
+++ integation-tests/trunk/picketlink-saml-tests/ant-build.xml 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,96 @@
+<project default="init" name="PicketLink Federation Integration Test Suite">
+ <taskdef resource="net/sf/antcontrib/antlib.xml">
+ <classpath path="${depclasspath}"/>
+ </taskdef>
+ <property name="JBAS_DEPLOY" location="${basedir}/target/jboss-5.1.0.GA/server/default/deploy/" />
+ <property name="TOMCAT" location="${basedir}/target/apache-tomcat-6.0.26/" />
+ <property name="TOMCAT_DEPLOY" location="${basedir}/target/apache-tomcat-6.0.26/webapps/" />
+ <property name="TOMCAT_LIB" location="${basedir}/target/apache-tomcat-6.0.26/lib/" />
+ <property environment="env" />
+
+ <target name="init-jboss">
+ <!-- Unzip JBoss AS and Tomcat -->
+ <echo>Unzip JBOSS AS 5.1.0.GA</echo>
+ <unzip src="${basedir}/../common-dist/jbossas/5.1.0.GA/jboss-5.1.0.GA-jdk6.zip"
+ dest="${basedir}/target"/>
+ </target>
+ <target name="init-tomcat">
+ <echo>Unzip Apache Tomcat 6.0.26</echo>
+ <unzip src="${basedir}/../common-dist/tomcat/6.0.26/apache-tomcat-6.0.26.zip"
+ dest="${basedir}/target"/>
+ </target>
+
+
+ <target name="tomcat-thirdparty-deps" depends="init-tomcat" >
+ <copy file="${localRepository}/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar" todir="${TOMCAT_LIB}"/>
+ </target>
+
+ <target name="copy-picketlink-tomcat" depends="tomcat-thirdparty-deps" >
+ <copy file="${localRepository}/org/picketlink/picketlink-bindings/${version}/picketlink-bindings-${version}.jar" todir="${TOMCAT_LIB}"/>
+ <copy file="${localRepository}/org/picketlink/picketlink-bindings-jboss/${version}/picketlink-bindings-jboss-${version}.jar" todir="${TOMCAT_LIB}"/>
+ <copy file="${localRepository}/org/picketlink/picketlink-fed/${version}/picketlink-fed-${version}.jar" todir="${TOMCAT_LIB}"/>
+
+ <unzip src="${localRepository}/org/picketlink/picketlink-fed-webapps-assembly/${version}/picketlink-fed-webapps-assembly-${version}.zip"
+ dest="${TOMCAT_DEPLOY}"/>
+
+ <move todir="${TOMCAT_DEPLOY}">
+ <fileset dir="${TOMCAT_DEPLOY}/picketlink">
+ <include name="**/*.war"/>
+ </fileset>
+ </move>
+
+ <copy file="${basedir}/../common-dist/tomcat/tomcat-users.xml"
+ todir="${TOMCAT}/conf" />
+ <copy file="${basedir}/../common-dist/tomcat/log4j.xml"
+ todir="${TOMCAT}/lib" />
+ <chmod dir="${basedir}/target/apache-tomcat-6.0.26/bin" perm="700" includes="**/*.sh"/>
+ <chmod dir="${basedir}/target/apache-tomcat-6.0.26/bin" perm="700" includes="**/*.jar"/>
+ </target>
+
+ <target name="copy-picketlink-jbas" depends="init-jboss" >
+ <mkdir dir="${basedir}/target/jboss-5.1.0.GA/server/default/deploy/picketlink" />
+ <copy file="${localRepository}/org/picketlink/picketlink-bindings/${version}/picketlink-bindings-${version}.jar" todir="${JBAS_DEPLOY}/picketlink"/>
+ <copy file="${localRepository}/org/picketlink/picketlink-bindings-jboss/${version}/picketlink-bindings-jboss-${version}.jar" todir="${JBAS_DEPLOY}/picketlink"/>
+ <copy file="${localRepository}/org/picketlink/picketlink-fed/${version}/picketlink-fed-${version}.jar" todir="${JBAS_DEPLOY}/picketlink"/>
+ <unzip src="${localRepository}/org/picketlink/picketlink-fed-webapps-assembly/${version}/picketlink-fed-webapps-assembly-${version}.zip"
+ dest="${JBAS_DEPLOY}"/>
+
+ <chmod file="${basedir}/target/jboss-5.1.0.GA/bin/run.sh" perm="700"/>
+ </target>
+
+ <target name="start-jboss" depends="copy-picketlink-jbas" >
+ <echo>Starting Local 8080 </echo>
+ <exec executable="${basedir}/target/jboss-5.1.0.GA/bin/run.sh"
+ osfamily="unix" spawn="true" />
+ <waitfor maxwait="1" maxwaitunit="minute"
+ checkevery="100" checkeveryunit="millisecond">
+ <http url="http://localhost:8080" />
+ </waitfor>
+ <echo>:Local 8080 Started</echo>
+ </target>
+
+ <target name="start-tomcat" depends="copy-picketlink-tomcat" >
+ <echo>Starting Local 8080 </echo>
+ <exec executable="${TOMCAT_DEPLOY}/../bin/startup.sh"
+ osfamily="unix" spawn="true" />
+ <waitfor maxwait="25" maxwaitunit="second"
+ checkevery="100" checkeveryunit="millisecond">
+ <http url="http://localhost:8080" />
+ </waitfor>
+ <echo>:Local 8080 Started</echo>
+ </target>
+
+ <target name="stop-jboss">
+ <echo>Stopping Local 8080 </echo>
+ <echo>Going to Kill the JBoss Process</echo>
+ <exec executable="${basedir}/../common-dist/scripts/stopjboss.sh"
+ osfamily="unix" />
+ </target>
+
+ <target name="stop-tomcat">
+ <echo>Stopping Local 8080 </echo>
+ <echo>Going to stop tomcat</echo>
+ <exec executable="${TOMCAT_DEPLOY}/../bin/shutdown.sh"
+ osfamily="unix" />
+ </target>
+</project>
Added: integation-tests/trunk/picketlink-saml-tests/pom.xml
===================================================================
--- integation-tests/trunk/picketlink-saml-tests/pom.xml (rev 0)
+++ integation-tests/trunk/picketlink-saml-tests/pom.xml 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,184 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-integration-tests-parent</artifactId>
+ <version>1.0.3.CR4-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>picketlink-integration-saml-tests</artifactId>
+ <packaging>jar</packaging>
+ <name>PicketLink Integration Tests for SAML</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Federation Tests to be run in a continous integration environment such as Hudson</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <properties>
+ <java.endorsed.dirs>${basedir}/src/test/resources/endorsed</java.endorsed.dirs>
+ <SERVICE_1_URL>http://localhost:8080/sales-post/</SERVICE_1_URL>
+ <SERVICE_2_URL>http://localhost:8080/employee-post/</SERVICE_2_URL>
+ <SERVICE_3_URL>http://localhost:8080/sales/</SERVICE_3_URL>
+ <SERVICE_4_URL>http://localhost:8080/employee/</SERVICE_4_URL>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
+ <configuration>
+ <phase>test</phase>
+ <!-- <skipTests>true</skipTests> -->
+ <printSummary>true</printSummary>
+ <disableXmlReport>false</disableXmlReport>
+ <testFailureIgnore>true</testFailureIgnore>
+ <includes>
+ <include>**/**TestCase.java</include>
+ </includes>
+ <forkMode>pertest</forkMode>
+ <argLine>-Djava.endorsed.dirs=${basedir}/src/test/resources/endorsed</argLine>
+ <useFile>false</useFile>
+ <trimStackTrace>false</trimStackTrace>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>phase-1</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="depclasspath" refid="maven.dependency.classpath"/>
+ <property name="version" value="${version}"/>
+ <property name="localRepository" value="${user.home}/.m2/repository"/>
+ <ant antfile="${basedir}/ant-build.xml" target="start-jboss" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>phase-2</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <property name="depclasspath" refid="maven.dependency.classpath"/>
+ <property name="version" value="${version}"/>
+ <property name="localRepository" value="${user.home}/.m2/repository"/>
+ <ant antfile="${basedir}/ant-build.xml" target="stop-jboss" />
+ <ant antfile="${basedir}/ant-build.xml" target="start-tomcat" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>phase-3</id>
+ <phase>integration-test</phase>
+ <configuration>
+ <tasks>
+ <property name="depclasspath" refid="maven.dependency.classpath"/>
+ <property name="version" value="${version}"/>
+ <property name="localRepository" value="${user.home}/.m2/repository"/>
+ <ant antfile="${basedir}/ant-build.xml" target="stop-tomcat" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>httpunit</groupId>
+ <artifactId>httpunit</artifactId>
+ <version>1.7</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ <version>1.6R7</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>apache-xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>ant-contrib</groupId>
+ <artifactId>ant-contrib</artifactId>
+ <version>1.0b2</version>
+ </dependency>
+
+ </dependencies>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <doclet>org.jboss.apiviz.APIviz</doclet>
+ <docletArtifact>
+ <groupId>org.jboss.apiviz</groupId>
+ <artifactId>apiviz</artifactId>
+ <version>1.2.5.GA</version>
+ </docletArtifact>
+ <additionalparam>
+ -charset UTF-8
+ -docencoding UTF-8
+ -version
+ -author
+ -breakiterator
+ -windowtitle "${project.name} ${project.version} API Reference"
+ -doctitle "${project.name} ${project.version} API Reference"
+ -bottom "Copyright © ${project.inceptionYear}-Present ${project.organization.name}. All Rights Reserved."
+ -link http://java.sun.com/javase/6/docs/api/
+ -sourceclasspath ${project.build.outputDirectory}
+ </additionalparam>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
Added: integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2MixedBindingGlobalLogOutUnitTestCase.java
===================================================================
--- integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2MixedBindingGlobalLogOutUnitTestCase.java (rev 0)
+++ integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2MixedBindingGlobalLogOutUnitTestCase.java 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,115 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.test.integration.saml2;
+
+import static org.junit.Assert.assertTrue;
+
+import org.junit.Test;
+
+import com.meterware.httpunit.GetMethodWebRequest;
+import com.meterware.httpunit.SubmitButton;
+import com.meterware.httpunit.WebConversation;
+import com.meterware.httpunit.WebForm;
+import com.meterware.httpunit.WebRequest;
+import com.meterware.httpunit.WebResponse;
+
+/**
+ * <p>
+ * Unit test the SAML2 Global Log Out scenarios.
+ * </p>
+ * <p>
+ * <b>Note:</b> This test expects that a set of endpoints that are configured
+ * for the test are available. You may have to start web containers offline
+ * for the endpoints to be live.
+ * </p>
+ *
+ * @author Anil.Saldhana(a)redhat.com
+ * @since Apr 8, 2010
+ */
+public class SAML2MixedBindingGlobalLogOutUnitTestCase
+{
+ String SERVICE_1_URL = System.getProperty( "SERVICE_1_URL", "http://localhost:8080/sales-post/" );
+ String SERVICE_2_URL = System.getProperty( "SERVICE_2_URL", "http://localhost:8080/employee-post/" );
+
+ String SERVICE_3_URL = System.getProperty( "SERVICE_3_URL", "http://localhost:8080/sales/" );
+ String SERVICE_4_URL = System.getProperty( "SERVICE_4_URL", "http://localhost:8080/employee/" );
+
+ String LOGOUT_URL = "?GLO=true";
+
+ @Test
+ public void testSAMLMixedBindingWithPostFirstGlobalLogOut() throws Exception
+ {
+ hitURLs(SERVICE_1_URL, SERVICE_2_URL, SERVICE_3_URL, SERVICE_4_URL);
+ }
+
+ @Test
+ public void testSAMLMixedBindingWithRedirectFirstGlobalLogOut() throws Exception
+ {
+ hitURLs(SERVICE_3_URL, SERVICE_4_URL, SERVICE_1_URL, SERVICE_2_URL);
+ }
+
+
+ private void hitURLs( String url1, String url2, String url3, String url4 ) throws Exception
+ {
+ //Sales post Application Login
+ WebRequest serviceRequest1 = new GetMethodWebRequest( url1 );
+ WebConversation webConversation = new WebConversation();
+
+ WebResponse webResponse = webConversation.getResponse( serviceRequest1 );
+ WebForm loginForm = webResponse.getForms()[0];
+ loginForm.setParameter("j_username", "tomcat" );
+ loginForm.setParameter("j_password", "tomcat" );
+ SubmitButton submitButton = loginForm.getSubmitButtons()[0];
+ submitButton.click();
+
+ webResponse = webConversation.getCurrentPage();
+ assertTrue( " Reached the sales index page ", webResponse.getText().contains( "SalesTool" ));
+
+ //Employee post Application Login
+ webResponse = webConversation.getResponse( url2 );
+ assertTrue( " Reached the employee index page ", webResponse.getText().contains( "EmployeeDashboard" ));
+
+ //Sales Application Login
+ webResponse = webConversation.getResponse( url3 );
+ assertTrue( " Reached the employee index page ", webResponse.getText().contains( "SalesTool" ));
+
+ //Employee Application Login
+ webResponse = webConversation.getResponse( url4 );
+ assertTrue( " Reached the employee index page ", webResponse.getText().contains( "EmployeeDashboard" ));
+
+ //Logout from sales
+ webResponse = webConversation.getResponse( url1 + LOGOUT_URL );
+ assertTrue( "Reached logged out page", webResponse.getText().contains( "logged" ) );
+
+ //Hit the Sales Apps again
+ webResponse = webConversation.getResponse( url1 );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+ webResponse = webConversation.getResponse( url3 );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+
+ //Hit the Employee Apps again
+ webResponse = webConversation.getResponse( url2 );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+ webResponse = webConversation.getResponse( url2 );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+ }
+}
Added: integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2PostBindingGlobalLogOutUnitTestCase.java
===================================================================
--- integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2PostBindingGlobalLogOutUnitTestCase.java (rev 0)
+++ integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2PostBindingGlobalLogOutUnitTestCase.java 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,87 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.test.integration.saml2;
+
+import static org.junit.Assert.assertTrue;
+
+import org.junit.Test;
+
+import com.meterware.httpunit.GetMethodWebRequest;
+import com.meterware.httpunit.SubmitButton;
+import com.meterware.httpunit.WebConversation;
+import com.meterware.httpunit.WebForm;
+import com.meterware.httpunit.WebRequest;
+import com.meterware.httpunit.WebResponse;
+
+/**
+ * <p>
+ * Unit test the SAML2 Global Log Out scenarios.
+ * </p>
+ * <p>
+ * <b>Note:</b> This test expects that a set of endpoints that are configured
+ * for the test are available. You may have to start web containers offline
+ * for the endpoints to be live.
+ * </p>
+ *
+ * @author Anil.Saldhana(a)redhat.com
+ * @since Apr 8, 2010
+ */
+public class SAML2PostBindingGlobalLogOutUnitTestCase
+{
+ @Test
+ public void testSAMLPostBindingGlobalLogOut() throws Exception
+ {
+ String SERVICE_1_URL = System.getProperty( "SERVICE_1_URL", "http://localhost:8080/sales-post/" );
+ String SERVICE_2_URL = System.getProperty( "SERVICE_2_URL", "http://localhost:8080/employee-post/" );
+ String LOGOUT_URL = "?GLO=true";
+
+ //Sales Application Login
+ WebRequest serviceRequest1 = new GetMethodWebRequest( SERVICE_1_URL );
+ WebConversation webConversation = new WebConversation();
+
+ WebResponse webResponse = webConversation.getResponse( serviceRequest1 );
+ WebForm loginForm = webResponse.getForms()[0];
+ loginForm.setParameter("j_username", "tomcat" );
+ loginForm.setParameter("j_password", "tomcat" );
+ SubmitButton submitButton = loginForm.getSubmitButtons()[0];
+ submitButton.click();
+
+ webResponse = webConversation.getCurrentPage();
+ assertTrue( " Reached the sales index page ", webResponse.getText().contains( "SalesTool" ));
+
+ //Employee Application Login
+ webResponse = webConversation.getResponse( SERVICE_2_URL );
+ assertTrue( " Reached the employee index page ", webResponse.getText().contains( "EmployeeDashboard" ));
+
+ //Logout from sales
+ webResponse = webConversation.getResponse( SERVICE_1_URL + LOGOUT_URL );
+ assertTrue( "Reached logged out page", webResponse.getText().contains( "logged" ) );
+
+ //Hit the Sales App again
+ webResponse = webConversation.getResponse( SERVICE_1_URL );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+
+ //Hit the Employee App again
+ webResponse = webConversation.getResponse( SERVICE_2_URL );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+ }
+}
Added: integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2RedirectBindingGlobalLogOutUnitTestCase.java
===================================================================
--- integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2RedirectBindingGlobalLogOutUnitTestCase.java (rev 0)
+++ integation-tests/trunk/picketlink-saml-tests/src/test/java/org/picketlink/test/integration/saml2/SAML2RedirectBindingGlobalLogOutUnitTestCase.java 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,89 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.test.integration.saml2;
+
+import static org.junit.Assert.assertTrue;
+
+import org.junit.Test;
+
+import com.meterware.httpunit.GetMethodWebRequest;
+import com.meterware.httpunit.SubmitButton;
+import com.meterware.httpunit.WebConversation;
+import com.meterware.httpunit.WebForm;
+import com.meterware.httpunit.WebRequest;
+import com.meterware.httpunit.WebResponse;
+
+/**
+ * <p>
+ * Unit test the SAML2 Global Log Out scenarios.
+ * </p>
+ * <p>
+ * <b>Note:</b> This test expects that a set of endpoints that are configured
+ * for the test are available. You may have to start web containers offline
+ * for the endpoints to be live.
+ * </p>
+ *
+ * @author Anil.Saldhana(a)redhat.com
+ * @since Apr 8, 2010
+ */
+public class SAML2RedirectBindingGlobalLogOutUnitTestCase
+{
+
+ String SERVICE_1_URL = System.getProperty( "SERVICE_3_URL", "http://localhost:8080/sales/" );
+ String SERVICE_2_URL = System.getProperty( "SERVICE_4_URL", "http://localhost:8080/employee/" );
+
+ @Test
+ public void testSAMLRedirectBindingGLO() throws Exception
+ {
+ String LOGOUT_URL = "?GLO=true";
+
+ //Sales Application Login
+ WebRequest serviceRequest1 = new GetMethodWebRequest( SERVICE_1_URL );
+ WebConversation webConversation = new WebConversation();
+
+ WebResponse webResponse = webConversation.getResponse( serviceRequest1 );
+ WebForm loginForm = webResponse.getForms()[0];
+ loginForm.setParameter("j_username", "tomcat" );
+ loginForm.setParameter("j_password", "tomcat" );
+ SubmitButton submitButton = loginForm.getSubmitButtons()[0];
+ submitButton.click();
+
+ webResponse = webConversation.getCurrentPage();
+ assertTrue( " Reached the sales index page ", webResponse.getText().contains( "SalesTool" ));
+
+ //Employee Application Login
+ webResponse = webConversation.getResponse( SERVICE_2_URL );
+ assertTrue( " Reached the employee index page ", webResponse.getText().contains( "EmployeeDashboard" ));
+
+ //Logout from sales
+ webResponse = webConversation.getResponse( SERVICE_1_URL + LOGOUT_URL );
+ assertTrue( "Reached logged out page", webResponse.getText().contains( "logged" ) );
+
+ //Hit the Sales App again
+ webResponse = webConversation.getResponse( SERVICE_1_URL );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+
+ //Hit the Employee App again
+ webResponse = webConversation.getResponse( SERVICE_2_URL );
+ assertTrue( " Reached the Login page ", webResponse.getText().contains( "Login" ));
+ }
+}
Added: integation-tests/trunk/pom.xml
===================================================================
--- integation-tests/trunk/pom.xml (rev 0)
+++ integation-tests/trunk/pom.xml 2010-06-04 19:55:40 UTC (rev 279)
@@ -0,0 +1,20 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-integration-tests-parent</artifactId>
+ <version>1.0.3.CR4-SNAPSHOT</version>
+ <relativePath>parent</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-integration-tests-pom</artifactId>
+ <packaging>pom</packaging>
+ <name>PicketLink Integration Tests- Aggregator</name>
+ <url>http://jboss.org/picketlink/</url>
+ <description>PicketLink is the identity project for Java projects</description>
+
+ <modules>
+ <module>parent</module>
+ <module>picketlink-saml-tests</module>
+ </modules>
+</project>
14 years, 6 months
Picketlink SVN: r278 - in federation/trunk/picketlink-webapps: assembly and 18 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 12:20:51 -0400 (Fri, 04 Jun 2010)
New Revision: 278
Added:
federation/trunk/picketlink-webapps/employee-post/
federation/trunk/picketlink-webapps/employee-post/pom.xml
federation/trunk/picketlink-webapps/employee-post/src/
federation/trunk/picketlink-webapps/employee-post/src/main/
federation/trunk/picketlink-webapps/employee-post/src/main/resources/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF/context.xml
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/context.xml
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/jboss-web.xml
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-handlers.xml
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/web.xml
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/careermap.jpg
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/error.jsp
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/index.jsp
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/login.jsp
federation/trunk/picketlink-webapps/employee-post/src/main/webapp/logout.jsp
federation/trunk/picketlink-webapps/sales-post/
federation/trunk/picketlink-webapps/sales-post/pom.xml
federation/trunk/picketlink-webapps/sales-post/src/
federation/trunk/picketlink-webapps/sales-post/src/main/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/MANIFEST.MF
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/context.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.properties
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/context.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/jboss-web.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-handlers.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/web.xml
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/error.jsp
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/index.jsp
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/login.jsp
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/logout.jsp
federation/trunk/picketlink-webapps/sales-post/src/main/webapp/piechart.gif
Modified:
federation/trunk/picketlink-webapps/assembly/bin.xml
federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/jboss-web.xml
federation/trunk/picketlink-webapps/pom.xml
federation/trunk/picketlink-webapps/sales/src/main/webapp/META-INF/context.xml
federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/context.xml
Log:
update webapps
Modified: federation/trunk/picketlink-webapps/assembly/bin.xml
===================================================================
--- federation/trunk/picketlink-webapps/assembly/bin.xml 2010-06-04 16:12:53 UTC (rev 277)
+++ federation/trunk/picketlink-webapps/assembly/bin.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -25,6 +25,16 @@
<fileMode>0444</fileMode>
</file>
<file>
+ <source>${basedir}/../sales-post/target/sales-post.war</source>
+ <outputDirectory>picketlink</outputDirectory>
+ <fileMode>0444</fileMode>
+ </file>
+ <file>
+ <source>${basedir}/../employee-post/target/employee-post.war</source>
+ <outputDirectory>picketlink</outputDirectory>
+ <fileMode>0444</fileMode>
+ </file>
+ <file>
<source>${basedir}/../sales-post-sig/target/sales-post-sig.war</source>
<outputDirectory>picketlink</outputDirectory>
<fileMode>0444</fileMode>
Added: federation/trunk/picketlink-webapps/employee-post/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/pom.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/pom.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,38 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-federation-webapps</artifactId>
+ <version>1.0.3.CR4-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>employee-post</artifactId>
+ <packaging>war</packaging>
+ <name>PicketLink Federation Employee With Post</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Samples contains the samples for Federated Identity Needs.</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <warName>employee-post</warName>
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/META-INF/context.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/context.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/jboss-web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/jboss-web.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-web>
+ <security-domain>sp</security-domain>
+</jboss-web>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-handlers.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-handlers.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-handlers.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<Handlers xmlns="urn:picketlink:identity-federation:handler:config:1.0">
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"/>
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler"/>
+</Handlers>
\ No newline at end of file
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-idfed.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/picketlink-idfed.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat">
+ <IdentityURL>http://localhost:8080/idp/</IdentityURL>
+ <ServiceURL>http://localhost:8080/employee-post/</ServiceURL>
+</PicketLinkSP>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/web.xml
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/WEB-INF/web.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+
+ <display-name>PicketLink Employee Application</display-name>
+ <description>
+ Just a Test SP
+ </description>
+
+ <!-- Define a Security Constraint on this Application -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>EMPLOYEE Application</web-resource-name>
+ <url-pattern>/*</url-pattern>
+ </web-resource-collection>
+ <auth-constraint>
+ <role-name>manager</role-name>
+ </auth-constraint>
+ </security-constraint>
+
+ <!-- Define a security constraint that gives unlimted access to freezone -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>freezone</web-resource-name>
+ <url-pattern>/freezone/*</url-pattern>
+ </web-resource-collection>
+ </security-constraint>
+
+ <!-- Define the Login Configuration for this Application -->
+ <login-config>
+ <auth-method>FORM</auth-method>
+ <realm-name>Tomcat EMPLOYEE Application</realm-name>
+ <form-login-config>
+ <form-login-page>/jsp/login.jsp</form-login-page>
+ <form-error-page>/jsp/loginerror.jsp</form-error-page>
+ </form-login-config>
+ </login-config>
+
+ <!-- Security roles referenced by this web application -->
+ <security-role>
+ <description>
+ The role that is required to log in to the EMPLOYEE Application
+ </description>
+ <role-name>manager</role-name>
+ </security-role>
+</web-app>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/careermap.jpg
===================================================================
(Binary files differ)
Property changes on: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/careermap.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/error.jsp
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/error.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/error.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,12 @@
+<html> <head> <title>Error!</title></head>
+<body>
+
+<font size='4' color='red'>
+ The username and password you supplied are not valid.
+</p>
+Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a>
+to retry login
+
+</body>
+</form>
+</html>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/index.jsp
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/index.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/index.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,13 @@
+<div align="center">
+<h1>EmployeeDashboard</h1>
+<br/>
+Welcome to the Employee Tool, <%=request.getUserPrincipal().getName()%>
+
+<br/>
+Here is your cartoon of the day:
+<br/>
+<img src="careermap.jpg"/>
+<br/>
+<a href="?GLO=true">Click to LogOut</a>
+
+</div>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/login.jsp
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/login.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/login.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,16 @@
+<html><head><title>Login Page</title></head>
+<body>
+<font size='5' color='blue'>Please Login</font><hr>
+
+<form action='j_security_check' method='post'>
+<table>
+ <tr><td>Name:</td>
+ <td><input type='text' name='j_username'></td></tr>
+ <tr><td>Password:</td>
+ <td><input type='password' name='j_password' size='8'></td>
+ </tr>
+</table>
+<br>
+ <input type='submit' value='login'>
+</form></body>
+ </html>
Added: federation/trunk/picketlink-webapps/employee-post/src/main/webapp/logout.jsp
===================================================================
--- federation/trunk/picketlink-webapps/employee-post/src/main/webapp/logout.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/employee-post/src/main/webapp/logout.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<%
+ session.invalidate();
+%>
+You are logged out.
Modified: federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/jboss-web.xml 2010-06-04 16:12:53 UTC (rev 277)
+++ federation/trunk/picketlink-webapps/picketlink-sts/src/main/webapp/WEB-INF/jboss-web.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
- <security-domain>java:/jaas/jmx-console</security-domain>
+ <security-domain>jmx-console</security-domain>
</jboss-web>
Modified: federation/trunk/picketlink-webapps/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/pom.xml 2010-06-04 16:12:53 UTC (rev 277)
+++ federation/trunk/picketlink-webapps/pom.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -27,6 +27,8 @@
<module>employee</module>
<module>sales-sig</module>
<module>employee-sig</module>
+ <module>sales-post</module>
+ <module>employee-post</module>
<module>sales-post-sig</module>
<module>employee-post-sig</module>
<module>sales-standalone</module>
Modified: federation/trunk/picketlink-webapps/sales/src/main/webapp/META-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales/src/main/webapp/META-INF/context.xml 2010-06-04 16:12:53 UTC (rev 277)
+++ federation/trunk/picketlink-webapps/sales/src/main/webapp/META-INF/context.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -1,4 +1,3 @@
<Context>
- <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator"
- />
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator" />
</Context>
Modified: federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/context.xml 2010-06-04 16:12:53 UTC (rev 277)
+++ federation/trunk/picketlink-webapps/sales/src/main/webapp/WEB-INF/context.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -1,6 +1,5 @@
<Context>
<!-- log all incoming and outgoing messages. -->
- <Valve className="org.apache.catalina.valves.RequestDumperValve" />
- <Valve
- className="org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator" />
-</Context>
\ No newline at end of file
+ <Valve className="org.apache.catalina.valves.RequestDumperValve" />
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPRedirectFormAuthenticator" />
+</Context>
Added: federation/trunk/picketlink-webapps/sales-post/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/pom.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/pom.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,38 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-federation-webapps</artifactId>
+ <version>1.0.3.CR4-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>sales-post</artifactId>
+ <packaging>war</packaging>
+ <name>PicketLink Federation Sales With Post</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Samples contains the samples for Federated Identity Needs.</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <warName>sales-post</warName>
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/MANIFEST.MF
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/MANIFEST.MF (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/MANIFEST.MF 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Archiver-Version: Plexus Archiver
+Created-By: Apache Maven
+Built-By: anil
+Build-Jdk: 1.6.0_16
+
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/context.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.properties
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.properties (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.properties 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Wed Mar 17 14:09:48 CDT 2010
+version=1.0.3.CR2
+groupId=org.picketlink
+artifactId=sales
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/META-INF/maven/org.picketlink/sales/pom.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,38 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-federation-webapps</artifactId>
+ <version>1.0.3.CR2</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>sales</artifactId>
+ <packaging>war</packaging>
+ <name>PicketLink Federation Sales</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Samples contains the samples for Federated Identity Needs.</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <warName>sales</warName>
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/context.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/jboss-web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/jboss-web.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-web>
+ <security-domain>sp</security-domain>
+</jboss-web>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-handlers.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-handlers.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-handlers.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<Handlers xmlns="urn:picketlink:identity-federation:handler:config:1.0">
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"/>
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler"/>
+</Handlers>
\ No newline at end of file
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat">
+ <IdentityURL>http://localhost:8080/idp/</IdentityURL>
+ <ServiceURL>http://localhost:8080/sales-post/</ServiceURL>
+</PicketLinkSP>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/web.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/web.xml 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+
+ <display-name>Fedbridge Test SALES Application</display-name>
+ <description>
+ Just a Test SP for Fedbridge Project
+ </description>
+
+ <!-- Define a Security Constraint on this Application -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>SALES Application</web-resource-name>
+ <url-pattern>/*</url-pattern>
+ </web-resource-collection>
+ <auth-constraint>
+ <role-name>manager</role-name>
+ </auth-constraint>
+ </security-constraint>
+
+ <!-- Define a security constraint that gives unlimted access to freezone -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>freezone</web-resource-name>
+ <url-pattern>/freezone/*</url-pattern>
+ </web-resource-collection>
+ </security-constraint>
+
+ <!-- Define the Login Configuration for this Application -->
+ <login-config>
+ <auth-method>FORM</auth-method>
+ <realm-name>Tomcat SALES Application</realm-name>
+ <form-login-config>
+ <form-login-page>/jsp/login.jsp</form-login-page>
+ <form-error-page>/jsp/loginerror.jsp</form-error-page>
+ </form-login-config>
+ </login-config>
+
+ <!-- Security roles referenced by this web application -->
+ <security-role>
+ <description>
+ The role that is required to log in to the Manager Application
+ </description>
+ <role-name>manager</role-name>
+ </security-role>
+</web-app>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/error.jsp
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/error.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/error.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,12 @@
+<html> <head> <title>Error!</title></head>
+<body>
+
+<font size='4' color='red'>
+ The username and password you supplied are not valid.
+</p>
+Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a>
+to retry login
+
+</body>
+</form>
+</html>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/index.jsp
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/index.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/index.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,14 @@
+<div align="center">
+<h1>SalesTool</h1>
+<br/>
+Welcome to the Sales Tool, <%=request.getUserPrincipal().getName()%>
+
+<br/>
+Here is your sales chart:
+<br/>
+<img src="piechart.gif"/>
+
+<br/>
+<a href="?GLO=true">Click to LogOut</a>
+
+</div>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/login.jsp
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/login.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/login.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,16 @@
+<html><head><title>Login Page</title></head>
+<body>
+<font size='5' color='blue'>Please Login</font><hr>
+
+<form action='j_security_check' method='post'>
+<table>
+ <tr><td>Name:</td>
+ <td><input type='text' name='j_username'></td></tr>
+ <tr><td>Password:</td>
+ <td><input type='password' name='j_password' size='8'></td>
+ </tr>
+</table>
+<br>
+ <input type='submit' value='login'>
+</form></body>
+ </html>
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/logout.jsp
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/logout.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/logout.jsp 2010-06-04 16:20:51 UTC (rev 278)
@@ -0,0 +1,4 @@
+<%
+ session.invalidate();
+%>
+You are logged out.
Added: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/piechart.gif
===================================================================
(Binary files differ)
Property changes on: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/piechart.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
14 years, 6 months
Picketlink SVN: r277 - federation/trunk/picketlink-fed-tests.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2010-06-04 12:12:53 -0400 (Fri, 04 Jun 2010)
New Revision: 277
Modified:
federation/trunk/picketlink-fed-tests/pom.xml
Log:
change httpunit dep
Modified: federation/trunk/picketlink-fed-tests/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-tests/pom.xml 2010-06-04 15:00:19 UTC (rev 276)
+++ federation/trunk/picketlink-fed-tests/pom.xml 2010-06-04 16:12:53 UTC (rev 277)
@@ -119,9 +119,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.sf</groupId>
+ <groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
- <version>1.7.0</version>
+ <version>1.7</version>
<scope>test</scope>
</dependency>
<dependency>
14 years, 6 months
Picketlink SVN: r276 - federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml.
by picketlink-commits@lists.jboss.org
Author: sguilhen(a)redhat.com
Date: 2010-06-04 11:00:19 -0400 (Fri, 04 Jun 2010)
New Revision: 276
Modified:
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java
Log:
PLFED-78: Added logic to create a JPABasedRevocationRegistry with the specified JPA configuratio name.
Modified: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java 2010-06-04 13:46:11 UTC (rev 275)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java 2010-06-04 15:00:19 UTC (rev 276)
@@ -78,6 +78,8 @@
private static final String REVOCATION_REGISTRY_FILE = "RevocationRegistryFile";
+ private static final String REVOCATION_REGISTRY_JPA_CONFIG = "RevocationRegistryJPAConfig";
+
private RevocationRegistry revocationRegistry;
private Map<String, String> properties;
@@ -113,7 +115,11 @@
// another option is to use the default JPA registry to store the revoked ids.
else if ("JPA".equalsIgnoreCase(registryOption))
{
- this.revocationRegistry = new JPABasedRevocationRegistry();
+ String configuration = this.properties.get(REVOCATION_REGISTRY_JPA_CONFIG);
+ if (configuration != null)
+ this.revocationRegistry = new JPABasedRevocationRegistry(configuration);
+ else
+ this.revocationRegistry = new JPABasedRevocationRegistry();
}
// the user has specified its own registry implementation class.
else
14 years, 6 months
Picketlink SVN: r275 - in federation/trunk: picketlink-fed-core and 4 other directories.
by picketlink-commits@lists.jboss.org
Author: sguilhen(a)redhat.com
Date: 2010-06-04 09:46:11 -0400 (Fri, 04 Jun 2010)
New Revision: 275
Added:
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/DefaultRevocationRegistry.java
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/FileBasedRevocationRegistry.java
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/JPABasedRevocationRegistry.java
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevocationRegistry.java
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevokedToken.java
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SecurityActions.java
Modified:
federation/trunk/picketlink-fed-api/src/main/java/org/picketlink/identity/federation/api/wstrust/WSTrustClient.java
federation/trunk/picketlink-fed-core/pom.xml
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/STSClient.java
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java
federation/trunk/picketlink-fed-core/src/test/java/org/picketlink/test/identity/federation/core/wstrust/PicketLinkSTSUnitTestCase.java
Log:
PLFED-78: Introduced the concept of a revocation registry. Two implementations have been provided: a file-based which stores canceled ids in files, and a JPA-based which stores the ids in a database.
Modified: federation/trunk/picketlink-fed-api/src/main/java/org/picketlink/identity/federation/api/wstrust/WSTrustClient.java
===================================================================
--- federation/trunk/picketlink-fed-api/src/main/java/org/picketlink/identity/federation/api/wstrust/WSTrustClient.java 2010-06-04 13:29:50 UTC (rev 274)
+++ federation/trunk/picketlink-fed-api/src/main/java/org/picketlink/identity/federation/api/wstrust/WSTrustClient.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -164,6 +164,20 @@
/**
* <p>
+ * This method sends a WS-Trust cancel message to the STS in order to cancel (revoke) the specified security token.
+ * </p>
+ *
+ * @param token the security token to be canceled.
+ * @return {@code true} if the token was successfully canceled; {@code false} otherwise.
+ * @throws WSTrustException if an error occurs while canceling the security token.
+ */
+ public boolean cancelToken(Element token) throws WSTrustException
+ {
+ return this.cancelInternal(token, 0);
+ }
+
+ /**
+ * <p>
* This method issues a token of the specified type for the specified service endpoint and has failover support when
* more than one endpoint URI has been provided in the constructor. If a {@code ConnectException} occurs when sending
* the WS-Trust request to one endpoint, the code makes a new attempt using the next URI until the request reaches an
@@ -261,6 +275,37 @@
/**
* <p>
+ * This method cancels the specified token and has failover support when more than one endpoint URI has been provided
+ * in the constructor. If a {@code ConnectException} occurs when sending the WS-Trust request to one endpoint, the
+ * code makes a new attempt using the next URI until the request reaches an STS instance or all URIs have been tried.
+ * </p>
+ *
+ * @param token an {@code Element} representing the security token being canceled.
+ * @param clientIndex an {@code int} that indicates which of the {@code STSClient} instances should be used to perform
+ * the request.
+ * @return {@code true} if the token was canceled; {@code false} otherwise.
+ * @throws WSTrustException if a WS-Trust exception is thrown by the STS.
+ */
+ private boolean cancelInternal(Element token, int clientIndex) throws WSTrustException
+ {
+ STSClient client = this.clients[clientIndex];
+ try
+ {
+ return client.cancelToken(token);
+ }
+ catch (RuntimeException e)
+ {
+ // if this was a connection refused exception and we still have clients to try, call the next client.
+ if (this.isCausedByConnectException(e) && clientIndex < this.clients.length - 1)
+ {
+ return this.cancelInternal(token, ++clientIndex);
+ }
+ throw e;
+ }
+ }
+
+ /**
+ * <p>
* Checks if the root of the specified {@code Throwable} is an instance of {@code java.net.ConnectException}.
* </p>
*
Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml 2010-06-04 13:29:50 UTC (rev 274)
+++ federation/trunk/picketlink-fed-core/pom.xml 2010-06-04 13:46:11 UTC (rev 275)
@@ -73,6 +73,10 @@
<artifactId>jbossxacml</artifactId>
</dependency>
<dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>sun-jaxws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.1.1</version>
Modified: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/STSClient.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/STSClient.java 2010-06-04 13:29:50 UTC (rev 274)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/STSClient.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -40,6 +40,7 @@
import org.picketlink.identity.federation.core.wstrust.wrappers.RequestSecurityToken;
import org.picketlink.identity.federation.core.wstrust.wrappers.RequestSecurityTokenResponse;
import org.picketlink.identity.federation.core.wstrust.wrappers.RequestSecurityTokenResponseCollection;
+import org.picketlink.identity.federation.ws.trust.CancelTargetType;
import org.picketlink.identity.federation.ws.trust.RenewTargetType;
import org.picketlink.identity.federation.ws.trust.StatusType;
import org.picketlink.identity.federation.ws.trust.ValidateTargetType;
@@ -280,6 +281,38 @@
return false;
}
+ /**
+ * <p>
+ * Cancels the specified security token by sending a WS-Trust cancel message to the STS.
+ * </p>
+ *
+ * @param securityToken the security token to be canceled.
+ * @return {@code true} if the token has been canceled by the STS; {@code false} otherwise.
+ * @throws WSTrustException if an error occurs while processing the cancel request.
+ */
+ public boolean cancelToken(Element securityToken) throws WSTrustException
+ {
+ // create a WS-Trust cancel request containing the specified token.
+ RequestSecurityToken request = new RequestSecurityToken();
+ request.setRequestType(URI.create(WSTrustConstants.CANCEL_REQUEST));
+ CancelTargetType cancelTarget = new CancelTargetType();
+ cancelTarget.setAny(securityToken);
+ request.setCancelTarget(cancelTarget);
+
+ // marshal the request and send it to the STS.
+ WSTrustJAXBFactory jaxbFactory = WSTrustJAXBFactory.getInstance();
+ DOMSource requestSource = (DOMSource) jaxbFactory.marshallRequestSecurityToken(request);
+ Source response = dispatchLocal.get().invoke(requestSource);
+
+ // get the WS-Trust response and check for presence of the RequestTokenCanceled element.
+ RequestSecurityTokenResponseCollection responseCollection = (RequestSecurityTokenResponseCollection) jaxbFactory
+ .parseRequestSecurityTokenResponse(response);
+ RequestSecurityTokenResponse tokenResponse = responseCollection.getRequestSecurityTokenResponses().get(0);
+ if (tokenResponse.getRequestedTokenCancelled() != null)
+ return true;
+ return false;
+ }
+
public Dispatch<Source> getDispatch()
{
return dispatchLocal.get();
Added: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/DefaultRevocationRegistry.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/DefaultRevocationRegistry.java (rev 0)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/DefaultRevocationRegistry.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -0,0 +1,58 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.identity.federation.core.wstrust.plugins;
+
+import java.util.HashSet;
+import java.util.Set;
+
+/**
+ * <p>
+ * A simple {@code RevocationRegistry} that keeps the revoked token ids in a memory-only cache. This registry is only
+ * used if no other implementation has been configured and it doesn't persist the revoked ids. For these reasons it is
+ * highly recommended that this implementation be used only in testing scenarios.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ */
+public class DefaultRevocationRegistry implements RevocationRegistry
+{
+ private static Set<String> ids = new HashSet<String>();
+
+ /*
+ * (non-Javadoc)
+ * @see org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry#isRevoked(java.lang.String, java.lang.String)
+ */
+ public boolean isRevoked(String tokenType, String id)
+ {
+ return ids.contains(id);
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry#revokeToken(java.lang.String, java.lang.String)
+ */
+ public void revokeToken(String tokenType, String id)
+ {
+ ids.add(id);
+ }
+
+}
Added: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/FileBasedRevocationRegistry.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/FileBasedRevocationRegistry.java (rev 0)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/FileBasedRevocationRegistry.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -0,0 +1,191 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.identity.federation.core.wstrust.plugins;
+
+import java.io.BufferedReader;
+import java.io.BufferedWriter;
+import java.io.File;
+import java.io.FileReader;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.util.HashSet;
+import java.util.Set;
+
+import org.apache.log4j.Logger;
+
+/**
+ * <p>
+ * {@code FileBasedRevocationRegistry} is a revocation registry implementation that uses a file to store the ids of the
+ * revoked (canceled) security tokens. By default all ids are stored in $HOME/picketlink-store/sts/revoked.ids but a
+ * different location can be specified through the constructor that takes the file name as a parameter.
+ * </p>
+ * <p>
+ * NOTE: this implementation use a local cache to avoid reading the file system every time a revocation check is made,
+ * making this registry a bad choice for distributed scenarios. Even though the registry file is updated whenever a
+ * new id is revoked, each node in the cluster will have its own cached view and thus a token that has been canceled by
+ * one node may be accepted by another live node as the caches are not refreshed or synchronized.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ */
+public class FileBasedRevocationRegistry implements RevocationRegistry
+{
+ private static Logger logger = Logger.getLogger(FileBasedRevocationRegistry.class);
+
+ // this set contains the ids of the revoked security tokens.
+ private static Set<String> revokedIds = new HashSet<String>();
+
+ // the file that stores the revoked ids.
+ private File registryFile;
+
+ /**
+ * <p>
+ * Creates an instance of {@code RevocationRegistryFile} that stores the canceled ids in the default
+ * {@code $HOME/picketlink-store/sts/revoked.ids} file.
+ * </p>
+ */
+ public FileBasedRevocationRegistry()
+ {
+ // use the default location registry file location.
+ StringBuilder builder = new StringBuilder();
+ builder.append(System.getProperty("user.home"));
+ builder.append(System.getProperty("file.separator") + "picketlink-store");
+ builder.append(System.getProperty("file.separator") + "sts");
+
+ // check if the $HOME/picketlink-store/sts directory exists.
+ File directory = new File(builder.toString());
+ if (!directory.exists())
+ directory.mkdirs();
+
+ // check if the default registry file exists.
+ this.registryFile = new File(directory, "revoked.ids");
+ if (!this.registryFile.exists())
+ {
+ try
+ {
+ this.registryFile.createNewFile();
+ }
+ catch (IOException ioe)
+ {
+ if (logger.isDebugEnabled())
+ logger.debug("Error creating default registry file: " + ioe.getMessage());
+ ioe.printStackTrace();
+ }
+ }
+
+ // load the revoked ids cache.
+ this.loadRevokedIds();
+ }
+
+ /**
+ * <p>
+ * Creates an instance of {@code RevocationRegistryFile} that stores the canceled ids in specified file.
+ * </p>
+ *
+ * @param registryFile a {@code String} that indicates the file that must be used to store revoked ids.
+ */
+ public FileBasedRevocationRegistry(String registryFile)
+ {
+ if (registryFile == null)
+ throw new IllegalArgumentException("The revoked ids file cannot be null");
+
+ // check if the specified file exists. If not, create it.
+ this.registryFile = new File(registryFile);
+ if (!this.registryFile.exists())
+ {
+ try
+ {
+ this.registryFile.createNewFile();
+ }
+ catch (IOException ioe)
+ {
+ if (logger.isDebugEnabled())
+ logger.debug("Error creating registry file: " + ioe.getMessage());
+ ioe.printStackTrace();
+ }
+ }
+
+ // load the revoked ids cache.
+ this.loadRevokedIds();
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry#isRevoked(java.lang.String, java.lang.String)
+ */
+ public boolean isRevoked(String tokenType, String id)
+ {
+ return revokedIds.contains(id);
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry#revokeToken(java.lang.String, java.lang.String)
+ */
+ public synchronized void revokeToken(String tokenType, String id)
+ {
+ try
+ {
+ // write a new line with the revoked id at the end of the file.
+ BufferedWriter writer = new BufferedWriter(new FileWriter(this.registryFile, true));
+ writer.write(id + "\n");
+ writer.close();
+ }
+ catch (IOException ioe)
+ {
+ if (logger.isDebugEnabled())
+ logger.debug("Error appending content to registry file: " + ioe.getMessage());
+ ioe.printStackTrace();
+ }
+ // add the revoked id to the local cache.
+ revokedIds.add(id);
+
+ }
+
+ /**
+ * <p>
+ * This method loads the ids of the revoked assertions from the registry file. All retrieved ids are set in the
+ * local cache of revoked ids.
+ * </p>
+ */
+ private void loadRevokedIds()
+ {
+ try
+ {
+ // read the file contents and populate the local cache.
+ BufferedReader reader = new BufferedReader(new FileReader(this.registryFile));
+ String id = reader.readLine();
+ while (id != null)
+ {
+ revokedIds.add(id);
+ id = reader.readLine();
+ }
+ reader.close();
+ }
+ catch (IOException ioe)
+ {
+ if (logger.isDebugEnabled())
+ logger.debug("Error opening registry file: " + ioe.getMessage());
+ ioe.printStackTrace();
+ }
+ }
+}
Added: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/JPABasedRevocationRegistry.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/JPABasedRevocationRegistry.java (rev 0)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/JPABasedRevocationRegistry.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -0,0 +1,118 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.identity.federation.core.wstrust.plugins;
+
+import javax.persistence.EntityManager;
+import javax.persistence.EntityManagerFactory;
+import javax.persistence.EntityTransaction;
+import javax.persistence.Persistence;
+
+import org.apache.log4j.Logger;
+
+/**
+ * <p>
+ * {@code JPABasedRevocationRegistry} is a revocation registry implementation that uses JPA to store the ids of the
+ * revoked (canceled) security tokens on a database. By default, the JPA configuration has the name {@code picketlink-sts}
+ * but a different configuration name can be specified through the constructor that takes a {@code String} as a parameter.
+ * </p>
+ * <p>
+ * NOTE: this implementation doesn't keep any cache of the security token ids. It performs a JPA query every time the
+ * {@code isRevoked(String id)} method is called. Many JPA providers have internal caching mechanisms that can keep the
+ * data in the cache synchronized with the database and avoid unnecessary trips to the database. This makes this registry
+ * a good choice for clustered environments as any changes to the revocation table made by a node will be visible to
+ * the other nodes.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ */
+public class JPABasedRevocationRegistry implements RevocationRegistry
+{
+
+ private static Logger logger = Logger.getLogger(JPABasedRevocationRegistry.class);
+
+ private EntityManagerFactory factory;
+
+ /**
+ * <p>
+ * Creates an instance of {@code JPABasedRevocationRegistry} that uses the default {@code picketlink-sts} JPA
+ * configuration to persist the ids of the canceled security tokens.
+ * </p>
+ */
+ public JPABasedRevocationRegistry()
+ {
+ this ("picketlink-sts");
+ }
+
+ /**
+ * <p>
+ * Creates an instance of {@code JPABasedRevocationRegistry} that uses the specified JPA configuration to persist
+ * the ids of the canceled security tokens.
+ * </p>
+ *
+ * @param configuration a {@code String} representing the JPA configuration name to be used.
+ */
+ public JPABasedRevocationRegistry(String configuration)
+ {
+ if (configuration == null)
+ throw new IllegalArgumentException("The JPA configuration name cannot be null");
+ this.factory = Persistence.createEntityManagerFactory(configuration);
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry#isRevoked(java.lang.String, java.lang.String)
+ */
+ public boolean isRevoked(String tokenType, String id)
+ {
+ // try to locate a RevokedToken entity with the specified id.
+ EntityManager manager = this.factory.createEntityManager();
+ Object object = manager.find(RevokedToken.class, id);
+ manager.close();
+
+ return object != null;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry#revokeToken(java.lang.String, java.lang.String)
+ */
+ public void revokeToken(String tokenType, String id)
+ {
+ // if a RevokedToken entity with the specified id doesn't exist in the database, create one and insert it.
+ EntityManager manager = this.factory.createEntityManager();
+ if (manager.find(RevokedToken.class, id) != null)
+ {
+ if (logger.isDebugEnabled())
+ logger.debug("Token with id=" + id + " has already been cancelled");
+ }
+ else
+ {
+ RevokedToken revokedToken = new RevokedToken(tokenType, id);
+ EntityTransaction transaction = manager.getTransaction();
+ transaction.begin();
+ manager.persist(revokedToken);
+ transaction.commit();
+ }
+ manager.close();
+ }
+
+}
Added: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevocationRegistry.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevocationRegistry.java (rev 0)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevocationRegistry.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -0,0 +1,54 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.identity.federation.core.wstrust.plugins;
+
+/**
+ * <p>
+ * A {@code RevocationRegistry} is used to store the ids of revoked (canceled) security tokens.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ */
+public interface RevocationRegistry
+{
+ /**
+ * <p>
+ * Indicates whether the token with the specified id has been revoked or not.
+ * </p>
+ *
+ * @param tokenType a {@code String} representing the token type.
+ * @param id a {@code String} representing the token id.
+ * @return {@code true} if the specified id has been revoked; {@code false} otherwise.
+ */
+ public boolean isRevoked(String tokenType, String id);
+
+ /**
+ * <p>
+ * Adds the specified id to the revocation registry. The security token type can be used to distinguish tokens
+ * that may have the same id but that are of different types.
+ * </p>
+ *
+ * @param tokenType a {@code String} representing the security token type.
+ * @param id the id to registered.
+ */
+ public void revokeToken(String tokenType, String id);
+}
Added: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevokedToken.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevokedToken.java (rev 0)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/RevokedToken.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -0,0 +1,118 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.identity.federation.core.wstrust.plugins;
+
+import javax.persistence.Column;
+import javax.persistence.Entity;
+import javax.persistence.Id;
+
+/**
+ * <p>
+ * {@code RevokedToken} is a simple JPA entity used by the {@code JPABasedRevocationRegistry} to persist the ids of
+ * the revoked security tokens.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ */
+@Entity
+public class RevokedToken
+{
+
+ @Column
+ private String tokenType;
+
+ @Id
+ private String tokenId;
+
+ /**
+ * <p>
+ * Default constructor.
+ * </p>
+ */
+ public RevokedToken()
+ {
+ }
+
+ /**
+ * <p>
+ * Creates an instance of {@code RevokedToken} with the specified token type and token id.
+ * </p>
+ *
+ * @param tokenType a {@code String} representing the token type.
+ * @param tokenId a {@code String} representing the token id.
+ */
+ public RevokedToken(String tokenType, String tokenId)
+ {
+ this.tokenType = tokenType;
+ this.tokenId = tokenId;
+ }
+
+ /**
+ * <p>
+ * Obtains the type of the revoked security token.
+ * </p>
+ *
+ * @return a {@code String} containing the revoked token type.
+ */
+ public String getTokenType()
+ {
+ return this.tokenType;
+ }
+
+ /**
+ * <p>
+ * Sets the type of revoked security token.
+ * </p>
+ *
+ * @param tokenType a {@code String} containing the type to be set.
+ */
+ public void setTokenType(String tokenType)
+ {
+ this.tokenType = tokenType;
+ }
+
+ /**
+ * <p>
+ * Obtains the id of the revoked security token.
+ * </p>
+ *
+ * @return a {@code String} containing the revoked token id.
+ */
+ public String getTokenId()
+ {
+ return this.tokenId;
+ }
+
+ /**
+ * <p>
+ * Sets the id of the revoked security token.
+ * </p>
+ *
+ * @param tokenId a {@code String} containing the id to be set.
+ */
+ public void setTokenId(String tokenId)
+ {
+ this.tokenId = tokenId;
+ }
+
+
+}
Modified: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java 2010-06-04 13:29:50 UTC (rev 274)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SAML20TokenProvider.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -21,19 +21,12 @@
*/
package org.picketlink.identity.federation.core.wstrust.plugins.saml;
-import java.io.BufferedReader;
-import java.io.BufferedWriter;
-import java.io.File;
-import java.io.FileReader;
-import java.io.FileWriter;
-import java.io.IOException;
import java.security.Principal;
+import java.security.PrivilegedActionException;
import java.util.ArrayList;
import java.util.HashMap;
-import java.util.HashSet;
import java.util.List;
import java.util.Map;
-import java.util.Set;
import javax.xml.bind.JAXBException;
import javax.xml.namespace.QName;
@@ -50,6 +43,10 @@
import org.picketlink.identity.federation.core.wstrust.WSTrustException;
import org.picketlink.identity.federation.core.wstrust.WSTrustRequestContext;
import org.picketlink.identity.federation.core.wstrust.WSTrustUtil;
+import org.picketlink.identity.federation.core.wstrust.plugins.DefaultRevocationRegistry;
+import org.picketlink.identity.federation.core.wstrust.plugins.RevocationRegistry;
+import org.picketlink.identity.federation.core.wstrust.plugins.FileBasedRevocationRegistry;
+import org.picketlink.identity.federation.core.wstrust.plugins.JPABasedRevocationRegistry;
import org.picketlink.identity.federation.core.wstrust.wrappers.Lifetime;
import org.picketlink.identity.federation.saml.v2.assertion.AssertionType;
import org.picketlink.identity.federation.saml.v2.assertion.AudienceRestrictionType;
@@ -77,13 +74,11 @@
private static Logger logger = Logger.getLogger(SAML20TokenProvider.class);
- private static final String CANCELED_IDS_FILE = "CanceledIdsFile";
+ private static final String REVOCATION_REGISTRY = "RevocationRegistry";
- // this set contains the ids of the assertions that have been canceled.
- private Set<String> cancelledIds;
+ private static final String REVOCATION_REGISTRY_FILE = "RevocationRegistryFile";
- // file used to store the ids of the canceled assertions.
- private File canceledIdsFile;
+ private RevocationRegistry revocationRegistry;
private Map<String, String> properties;
@@ -95,17 +90,55 @@
public void initialize(Map<String, String> properties)
{
this.properties = properties;
- this.cancelledIds = new HashSet<String>();
- // set up the canceled ids cache if the file that contains the canceled assertions has been specified.
- String file = this.properties.get(CANCELED_IDS_FILE);
- if (file == null && logger.isDebugEnabled())
- logger.debug("File to store canceled ids has not been specified: ids will not be persisted!");
- else if (file != null)
+ // check if a revocation registry option has been set.
+ String registryOption = this.properties.get(REVOCATION_REGISTRY);
+ if (registryOption == null)
{
- this.canceledIdsFile = new File(file);
- this.loadCanceledIds();
+ if (logger.isDebugEnabled())
+ logger.debug("Revocation registry option not specified: cancelled ids will not be persisted!");
+ this.revocationRegistry = new DefaultRevocationRegistry();
}
+ else
+ {
+ // if a file is to be used as registry, check if the user has specified the file name.
+ if ("FILE".equalsIgnoreCase(registryOption))
+ {
+ String registryFile = this.properties.get(REVOCATION_REGISTRY_FILE);
+ if (registryFile != null)
+ this.revocationRegistry = new FileBasedRevocationRegistry(registryFile);
+ else
+ this.revocationRegistry = new FileBasedRevocationRegistry();
+ }
+ // another option is to use the default JPA registry to store the revoked ids.
+ else if ("JPA".equalsIgnoreCase(registryOption))
+ {
+ this.revocationRegistry = new JPABasedRevocationRegistry();
+ }
+ // the user has specified its own registry implementation class.
+ else
+ {
+ try
+ {
+ Object object = SecurityActions.instantiateClass(registryOption);
+ if (object instanceof RevocationRegistry)
+ this.revocationRegistry = (RevocationRegistry) object;
+ else
+ {
+ if (logger.isDebugEnabled())
+ logger.debug(registryOption + " is not an instance of RevocationRegistry - using default registry");
+ this.revocationRegistry = new DefaultRevocationRegistry();
+ }
+ }
+ catch (PrivilegedActionException pae)
+ {
+ if (logger.isDebugEnabled())
+ logger.debug("Error instantiating revocation registry class - using default registry");
+ pae.printStackTrace();
+ this.revocationRegistry = new DefaultRevocationRegistry();
+ }
+ }
+ }
}
/*
@@ -126,7 +159,7 @@
// get the assertion ID and add it to the canceled assertions set.
String assertionId = assertionElement.getAttribute("ID");
- this.storeCanceledId(assertionId);
+ this.revocationRegistry.revokeToken(SAMLUtil.SAML2_TOKEN_TYPE, assertionId);
}
/*
@@ -242,8 +275,9 @@
}
// canceled assertions cannot be renewed.
- if (this.cancelledIds.contains(oldAssertion.getID()))
- throw new WSTrustException("Assertion with id " + oldAssertion.getID() + " is canceled and cannot be renewed");
+ if (this.revocationRegistry.isRevoked(SAMLUtil.SAML2_TOKEN_TYPE, oldAssertion.getID()))
+ throw new WSTrustException("Assertion with id " + oldAssertion.getID()
+ + " has been canceled and cannot be renewed");
// adjust the lifetime for the renewed assertion.
ConditionsType conditions = oldAssertion.getConditions();
@@ -319,10 +353,10 @@
}
// check if the assertion has been canceled before.
- if (this.cancelledIds.contains(assertion.getID()))
+ if (this.revocationRegistry.isRevoked(SAMLUtil.SAML2_TOKEN_TYPE, assertion.getID()))
{
code = WSTrustConstants.STATUS_CODE_INVALID;
- reason = "Validation failure: assertion with id " + assertion.getID() + " is canceled";
+ reason = "Validation failure: assertion with id " + assertion.getID() + " has been canceled";
}
// check the assertion lifetime.
@@ -361,65 +395,4 @@
&& WSTrustConstants.SAML2_ASSERTION_NS.equals(element.getNamespaceURI());
}
- /**
- * <p>
- * This method loads the ids of the canceled assertions from the file that has been configured for this provider.
- * All retrieved ids are set in the local cache of canceled ids.
- * </p>
- */
- private void loadCanceledIds()
- {
- try
- {
- if (!this.canceledIdsFile.exists())
- {
- if (logger.isDebugEnabled())
- logger.debug("File " + this.canceledIdsFile.getCanonicalPath() + " doesn't exist and will be created");
- this.canceledIdsFile.createNewFile();
- }
- // read the file contents and populate the local cache.
- BufferedReader reader = new BufferedReader(new FileReader(this.canceledIdsFile));
- String id = reader.readLine();
- while(id != null)
- {
- this.cancelledIds.add(id);
- id = reader.readLine();
- }
- reader.close();
- }
- catch (IOException ioe)
- {
- if (logger.isDebugEnabled())
- logger.debug("Error opening canceled ids file: " + ioe.getMessage());
- ioe.printStackTrace();
- }
- }
-
- /**
- * <p>
- * Stores the specified id in the cache of canceled ids. If a canceled ids file has been configured for this
- * provider, the id will also be written to the end of the file.
- * </p>
- *
- * @param id a {@code String} representing the canceled id that must be stored.
- */
- public synchronized void storeCanceledId(String id)
- {
- if (this.canceledIdsFile != null)
- {
- try
- {
- // write a new line with the canceled id at the end of the file.
- BufferedWriter writer = new BufferedWriter(new FileWriter(this.canceledIdsFile, true));
- writer.write(id + "\n");
- writer.close();
- }
- catch (IOException e)
- {
- e.printStackTrace();
- }
- }
- // add the canceled id to the local cache.
- this.cancelledIds.add(id);
- }
}
\ No newline at end of file
Added: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SecurityActions.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SecurityActions.java (rev 0)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/wstrust/plugins/saml/SecurityActions.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -0,0 +1,108 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.picketlink.identity.federation.core.wstrust.plugins.saml;
+
+import java.security.AccessController;
+import java.security.PrivilegedAction;
+import java.security.PrivilegedActionException;
+import java.security.PrivilegedExceptionAction;
+
+/**
+ * <p>
+ * Utility class that executes actions such as creating a class in privileged blocks.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ */
+class SecurityActions
+{
+
+ /**
+ * <p>
+ * Gets the thread context class loader using a privileged block.
+ * </p>
+ *
+ * @return a reference to the thread context {@code ClassLoader}.
+ */
+ static ClassLoader getContextClassLoader()
+ {
+ return AccessController.doPrivileged(new PrivilegedAction<ClassLoader>()
+ {
+ public ClassLoader run()
+ {
+ return Thread.currentThread().getContextClassLoader();
+ }
+ });
+ }
+
+ /**
+ * <p>
+ * Loads a class using the thread context class loader in a privileged block.
+ * </p>
+ *
+ * @param name the fully-qualified name of the class to be loaded.
+ * @return a reference to the loaded {@code Class}.
+ * @throws PrivilegedActionException if an error occurs while loading the class. This exception wraps the real cause
+ * of the error, so classes using this method must perform a {@code getCause()} in order to get a
+ * reference to the root of the error.
+ */
+ static Class<?> loadClass(final String name) throws PrivilegedActionException
+ {
+ return AccessController.doPrivileged(new PrivilegedExceptionAction<Class<?>>()
+ {
+ public Class<?> run() throws PrivilegedActionException
+ {
+ try
+ {
+ return getContextClassLoader().loadClass(name);
+ }
+ catch (Exception e)
+ {
+ throw new PrivilegedActionException(e);
+ }
+ }
+ });
+ }
+
+ /**
+ * <p>
+ * Creates an instance of the specified class in a privileged block. The class must define a default constructor.
+ * </p>
+ *
+ * @param className the fully-qualified name of the class to be instantiated.
+ * @return a reference to the instantiated {@code Object}.
+ * @throws PrivilegedActionException if an error occurs while instantiating the class. This exception wraps the real
+ * cause of the error, so classes using this method must perform a {@code getCause()} in order to get a
+ * reference to the root of the error.
+ */
+ static Object instantiateClass(final String className) throws PrivilegedActionException
+ {
+ return AccessController.doPrivileged(new PrivilegedExceptionAction<Object>()
+ {
+ public Object run() throws Exception
+ {
+ Class<?> objectClass = loadClass(className);
+ return objectClass.newInstance();
+ }
+ });
+ }
+}
\ No newline at end of file
Modified: federation/trunk/picketlink-fed-core/src/test/java/org/picketlink/test/identity/federation/core/wstrust/PicketLinkSTSUnitTestCase.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/test/java/org/picketlink/test/identity/federation/core/wstrust/PicketLinkSTSUnitTestCase.java 2010-06-04 13:29:50 UTC (rev 274)
+++ federation/trunk/picketlink-fed-core/src/test/java/org/picketlink/test/identity/federation/core/wstrust/PicketLinkSTSUnitTestCase.java 2010-06-04 13:46:11 UTC (rev 275)
@@ -807,7 +807,7 @@
assertNotNull("Unexpected null status", status);
assertEquals("Unexpected status code", WSTrustConstants.STATUS_CODE_INVALID, status.getCode());
assertEquals("Unexpected status reason", "Validation failure: assertion with id " + assertion.getAttribute("ID")
- + " is canceled", status.getReason());
+ + " has been canceled", status.getReason());
// now try to renew the canceled assertion.
request = this.createRequest("renewcontext", WSTrustConstants.RENEW_REQUEST, null, null);
@@ -825,7 +825,7 @@
{
assertTrue("Unexpected cause type", we.getCause() instanceof WSTrustException);
assertEquals("Unexpected exception message", "Assertion with id " + assertion.getAttribute("ID")
- + " is canceled and cannot be renewed", we.getCause().getMessage());
+ + " has been canceled and cannot be renewed", we.getCause().getMessage());
}
}
14 years, 6 months