You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/11/01 17:08:15 UTC

svn commit: r709720 - in /geronimo/sandbox/djencks/samples/security/openid: ./ openid-sample/ openid-sample/openid-app/ openid-sample/openid-app/src/ openid-sample/openid-app/src/main/ openid-sample/openid-app/src/main/resources/ openid-sample/openid-a...

Author: djencks
Date: Sat Nov  1 09:08:13 2008
New Revision: 709720

URL: http://svn.apache.org/viewvc?rev=709720&view=rev
Log:
Openid-jaspi sample

Added:
    geronimo/sandbox/djencks/samples/security/openid/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/resources/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/src/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/src/main/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/src/main/resources/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/resources/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/resources/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/resources/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp   (with props)
    geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml   (with props)

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+        <artifactId>openid-sample</artifactId>
+        <groupId>org.apache.geronimo.samples</groupId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>openid-app</artifactId>
+    <packaging>war</packaging>
+    <name>openid-app Maven Webapp</name>
+    <version>2.2-SNAPSHOT</version>
+    <url>http://maven.apache.org</url>
+    <build>
+        <finalName>openid-app</finalName>
+    </build>
+    <dependencies>
+    </dependencies>
+</project>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<web-app version="2.4"
+         xmlns="http://java.sun.com/xml/ns/j2ee"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+  <display-name>OpenID sample Web Application</display-name>
+    <servlet>
+        <display-name>unsecured</display-name>
+        <servlet-name>unsecured</servlet-name>
+        <jsp-file>/index.jsp</jsp-file>
+    </servlet>
+    <servlet>
+        <display-name>secured</display-name>
+        <servlet-name>secured</servlet-name>
+        <jsp-file>/secured.jsp</jsp-file>
+    </servlet>
+
+    <servlet-mapping>
+        <servlet-name>unsecured</servlet-name>
+        <url-pattern>unsecured/*</url-pattern>
+    </servlet-mapping>
+    <servlet-mapping>
+        <servlet-name>secured</servlet-name>
+        <url-pattern>secured/*</url-pattern>
+    </servlet-mapping>
+
+    <security-role>
+        <description>authenticated user</description>
+        <role-name>authenticated</role-name>
+    </security-role>
+
+    <security-constraint>
+        <web-resource-collection>
+            <web-resource-name>secured</web-resource-name>
+            <url-pattern>/secured/*</url-pattern>
+        </web-resource-collection>
+        <auth-constraint>
+            <role-name>authenticated</role-name>
+        </auth-constraint>
+    </security-constraint>
+
+    <login-config>
+        <auth-method>BASIC</auth-method>
+        <realm-name>foo</realm-name>
+    </login-config>
+
+</web-app>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp Sat Nov  1 09:08:13 2008
@@ -0,0 +1,13 @@
+<html>
+<body>
+<h2>Unsecured</h2>
+
+<form action="secured" method="post">
+    <div>
+        <input type="text" name="openid_identifier"/>
+        <input type="submit" name="login" value="Login"/>
+    </div>
+</form>
+
+</body>
+</html>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp Sat Nov  1 09:08:13 2008
@@ -0,0 +1,5 @@
+<html>
+<body>
+<h2>Unsecured</h2>
+</body>
+</html>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/login.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp Sat Nov  1 09:08:13 2008
@@ -0,0 +1,5 @@
+<html>
+<body>
+<h2>Secured</h2>
+</body>
+</html>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-app/src/main/webapp/secured.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+        <artifactId>openid-sample</artifactId>
+        <groupId>org.apache.geronimo.samples</groupId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>openid-sample-jetty-server</artifactId>
+    <name>OpenID Sample Jetty Server</name>
+    <packaging>server-assembly</packaging>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.geronimo.buildsupport</groupId>
+                    <artifactId>car-maven-plugin</artifactId>
+                    <version>${geronimoVersion}</version>
+                    <extensions>true</extensions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.genesis.plugins</groupId>
+                <artifactId>tools-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <servers>
+                        <serverInstance>
+                            <name>default</name>
+                            <configFile>var/config/config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>client</name>
+                            <attributeManagerFrom>default</attributeManagerFrom>
+                            <artifactAliasesFile>var/config/client_artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>offline</name>
+                            <configFile>var/config/offline-deployer-config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                        <serverInstance>
+                            <name>jsr88</name>
+                            <configFile>var/config/jsr88-configurer-config.xml</configFile>
+                            <configSubstitutionsFile>var/config/config-substitutions.properties</configSubstitutionsFile>
+                            <configSubstitutionsPrefix>org.apache.geronimo.config.substitution.</configSubstitutionsPrefix>
+                            <artifactAliasesFile>var/config/artifact_aliases.properties</artifactAliasesFile>
+                        </serverInstance>
+                    </servers>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.plugingroups</groupId>
+            <artifactId>framework</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.samples</groupId>
+            <artifactId>openid-sample-jetty</artifactId>
+            <version>${pom.version}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.samples</groupId>
+            <artifactId>openid-xrds-jetty</artifactId>
+            <version>${pom.version}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>openid-provider-jetty</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+</project>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty-server/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+        <artifactId>openid-sample</artifactId>
+        <groupId>org.apache.geronimo.samples</groupId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>openid-sample-jetty</artifactId>
+    <name>OpenID sample app Jetty Plugin</name>
+    <packaging>car</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jetty7-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jetty7</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.samples</groupId>
+            <artifactId>openid-app</artifactId>
+            <version>${pom.version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.components</groupId>
+            <artifactId>geronimo-jaspi-openid</artifactId>
+        </dependency>
+    </dependencies>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.geronimo.buildsupport</groupId>
+                    <artifactId>car-maven-plugin</artifactId>
+                    <version>${geronimoVersion}</version>
+                    <extensions>true</extensions>
+                    <configuration>
+                        <category>Sample</category>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
+                        <!--<deploymentConfig>${connectorDeployer}</deploymentConfig>-->
+                        <deploymentConfig>${jettyDeployer}</deploymentConfig>
+                        <deploymentConfig>${jasperDeployer}</deploymentConfig>
+                    </deploymentConfigs>
+                    <module>
+                        <groupId>org.apache.geronimo.samples</groupId>
+                        <artifactId>openid-app</artifactId>
+                        <type>war</type>
+                    </module>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                        <useTransitiveDependencies>true</useTransitiveDependencies>
+                    </useMavenDependencies>
+                    <instance>
+                        <plugin-artifact></plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3">
+    <module-id>
+        <groupId>org.apache.geronimo.samples</groupId>
+        <artifactId>openid-sample-jetty</artifactId>
+        <version>2.2-SNAPSHOT</version>
+        <type>car</type>
+    </module-id>
+    <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>jasper</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.openid4java</groupId>
+        <artifactId>openid4java-consumer</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>net.sourceforge.nekohtml</groupId>
+        <artifactId>nekohtml</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>com.ibm.icu</groupId>
+        <artifactId>icu4j</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.openxri</groupId>
+        <artifactId>openxri-client</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.openxri</groupId>
+        <artifactId>openxri-syntax</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>xalan</groupId>
+        <artifactId>xalan</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.openid4java</groupId>
+        <artifactId>openid4java-nodeps</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>xml-security</groupId>
+        <artifactId>xmlsec</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>jug</groupId>
+        <artifactId>jug</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>jetty7</artifactId>
+        <type>car</type>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.geronimo.components</groupId>
+        <artifactId>geronimo-jaspi-openid</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <type>jar</type>
+    </dependency>
+</plugin-artifact>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/history/dependencies.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"
+        xmlns:jaspi="http://geronimo.apache.org/xml/ns/geronimo-jaspi">
+    <context-root>openid</context-root>
+    <security-realm-name>geronimo-admin</security-realm-name>
+    <authentication>
+        <jaspi:serverAuthModule>
+            <jaspi:className>org.apache.geronimo.components.jaspi.modules.openid.OpenIDServerAuthModule</jaspi:className>
+        </jaspi:serverAuthModule>
+    </authentication>
+    <app:security xsi:type="sec:securityType" xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0" xmlns:app="http://geronimo.apache.org/xml/ns/j2ee/application-2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+        <sec:role-mappings>
+            <sec:role role-name="authenticated">
+                <sec:principal name="authenticated" class="org.apache.geronimo.components.jaspi.modules.openid.AuthenticatedPrincipal"/>
+            </sec:role>
+        </sec:role-mappings>
+    </app:security>
+</web-app>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-sample-jetty/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,103 @@
+<?xml version="1.0"?>
+<project>
+    <parent>
+        <artifactId>openid-sample</artifactId>
+        <groupId>org.apache.geronimo.samples</groupId>
+        <version>2.2-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>openid-xrds-jetty</artifactId>
+    <packaging>car</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jetty7-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jetty7</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.samples</groupId>
+            <artifactId>openid-xrds</artifactId>
+            <version>${pom.version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.geronimo.buildsupport</groupId>
+                    <artifactId>car-maven-plugin</artifactId>
+                    <version>${geronimoVersion}</version>
+                    <extensions>true</extensions>
+                    <configuration>
+                        <category>Openid Sample</category>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
+                        <deploymentConfig>${jettyDeployer}</deploymentConfig>
+                        <deploymentConfig>${jasperDeployer}</deploymentConfig>
+                    </deploymentConfigs>
+                    <module>
+                        <groupId>org.apache.geronimo.samples</groupId>
+                        <artifactId>openid-xrds</artifactId>
+                        <type>war</type>
+                    </module>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                        <useTransitiveDependencies>true</useTransitiveDependencies>
+                    </useMavenDependencies>
+                    <instance>
+                        <plugin-artifact></plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"
+        xmlns:jaspi="http://geronimo.apache.org/xml/ns/geronimo-jaspi">
+    <context-root>openid-xrds</context-root>
+</web-app>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds-jetty/src/main/plan/plan.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,16 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>openid-sample</artifactId>
+    <groupId>org.apache.geronimo.samples</groupId>
+    <version>2.2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>openid-xrds</artifactId>
+  <packaging>war</packaging>
+  <name>openid-xrds Maven Webapp</name>
+  <url>http://maven.apache.org</url>
+  <build>
+  </build>
+  <dependencies>
+  </dependencies>
+</project>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<web-app version="2.4"
+         xmlns="http://java.sun.com/xml/ns/j2ee"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+  <display-name>OpenID xrd file generator Web Application</display-name>
+    <servlet>
+        <display-name>users</display-name>
+        <servlet-name>users</servlet-name>
+        <jsp-file>/users.jsp</jsp-file>
+    </servlet>
+
+    <servlet-mapping>
+        <servlet-name>users</servlet-name>
+        <url-pattern>users/*</url-pattern>
+    </servlet-mapping>
+</web-app>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp Sat Nov  1 09:08:13 2008
@@ -0,0 +1,5 @@
+<html>
+<body>
+<h2>XRD generation app, requests to users/* generate an xrd document pointing to http://locahost:8080/openid-provider</h2>
+</body>
+</html>

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/index.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp Sat Nov  1 09:08:13 2008
@@ -0,0 +1,13 @@
+<%@ page contentType="application/xrds+xml"%><?xml version="1.0" encoding="UTF-8"?>
+<!-- from openid4java project -->
+<xrds:XRDS
+  xmlns:xrds="xri://$xrds"
+  xmlns:openid="http://openid.net/xmlns/1.0"
+  xmlns="xri://$xrd*($v*2.0)">
+  <XRD>
+    <Service priority="0">
+      <Type>http://openid.net/signon/1.0</Type>
+      <URI><%= request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()%>/openid-provider/provider</URI>
+    </Service>
+  </XRD>
+</xrds:XRDS>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/openid-xrds/src/main/webapp/users.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml?rev=709720&view=auto
==============================================================================
--- geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml (added)
+++ geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml Sat Nov  1 09:08:13 2008
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.geronimo.samples</groupId>
+    <artifactId>openid-sample</artifactId>
+    <packaging>pom</packaging>
+    <version>2.2-SNAPSHOT</version>
+    <name>openid-sample</name>
+    <url>http://maven.apache.org</url>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.geronimo.components</groupId>
+                <artifactId>geronimo-jaspi-openid</artifactId>
+                <version>${jaspiVersion}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    <modules>
+        <module>openid-app</module>
+        <module>openid-sample-jetty</module>
+        <module>openid-sample-jetty-server</module>
+        <module>openid-xrds</module>
+    <module>openid-xrds-jetty</module>
+  </modules>
+
+    <properties>
+        <geronimoVersion>2.2-SNAPSHOT</geronimoVersion>
+        <jaspiVersion>1.0-SNAPSHOT</jaspiVersion>
+        <axisDeployer>org.apache.geronimo.configs/axis-deployer/${geronimoVersion}/car</axisDeployer>
+        <gbeanDeployer>org.apache.geronimo.framework/geronimo-gbean-deployer/${geronimoVersion}/car</gbeanDeployer>
+        <axis2Deployer>org.apache.geronimo.configs/axis2-deployer/${geronimoVersion}/car</axis2Deployer>
+        <cxfDeployer>org.apache.geronimo.configs/cxf-deployer/${geronimoVersion}/car</cxfDeployer>
+        <tomcatDeployer>org.apache.geronimo.configs/tomcat6-deployer/${geronimoVersion}/car</tomcatDeployer>
+        <jettyDeployer>org.apache.geronimo.configs/jetty7-deployer/${geronimoVersion}/car</jettyDeployer>
+        <jasperDeployer>org.apache.geronimo.configs/jasper-deployer/${geronimoVersion}/car</jasperDeployer>
+        <openejbcorbaDeployer>org.apache.geronimo.configs/openejb-corba-deployer/${geronimoVersion}/car</openejbcorbaDeployer>
+        <j2eeDeployer>org.apache.geronimo.configs/j2ee-deployer/${geronimoVersion}/car</j2eeDeployer>
+        <gbeanDeployerBootstrap>org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${geronimoVersion}/car</gbeanDeployerBootstrap>
+        <connectorDeployer>org.apache.geronimo.configs/connector-deployer/${geronimoVersion}/car</connectorDeployer>
+        <clientDeployer>org.apache.geronimo.configs/client-deployer/${geronimoVersion}/car</clientDeployer>
+        <openejbDeployer>org.apache.geronimo.configs/openejb-deployer/${geronimoVersion}/car</openejbDeployer>
+        <jpaDeployer>org.apache.geronimo.configs/persistence-jpa10-deployer/${geronimoVersion}/car</jpaDeployer>
+    </properties>
+
+</project>
\ No newline at end of file

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/sandbox/djencks/samples/security/openid/openid-sample/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml