[java-identity-provider COMMIT] in /trunk/idp-attribute-resolver-spring: .classpath pom.xml src/main/java/net/ src/ma...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 7 21:59:28 EST 2013
Author: tzeller
Date: Thu Mar 7 21:59:28 2013
New Revision: 4308
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4308&view=rev
Log:
The idp-attribute-resolver-spring module comprises spring extensible xml authoring as well as a service for the attribute resolver.
Stub code, not yet working nor correct.
Added:
trunk/idp-attribute-resolver-spring/src/main/java/net/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeDefinitionNamespaceHandler.java (with props)
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverBeanDefinitionParser.java (with props)
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverNamespaceHandler.java (with props)
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverService.java (with props)
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/AttributeResolverServiceBeanDefinitionParser.java (with props)
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/SimpleAttributeDefinitionBeanDefinitionParser.java (with props)
trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/
trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.handlers
trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
trunk/idp-attribute-resolver-spring/src/main/resources/schema/
trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd (with props)
trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd (with props)
trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd (with props)
trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver.xsd (with props)
trunk/idp-attribute-resolver-spring/src/test/java/net/
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/
trunk/idp-attribute-resolver-spring/src/test/java/net/shibboleth/idp/attribute/resolver/spring/TestAttributeResolverService.java (with props)
trunk/idp-attribute-resolver-spring/src/test/resources/net/
trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/
trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/test/
trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/test/attribute-resolver.xml (with props)
trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/test/service.xml (with props)
Modified:
trunk/idp-attribute-resolver-spring/.classpath
trunk/idp-attribute-resolver-spring/pom.xml
Modified: trunk/idp-attribute-resolver-spring/.classpath
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/.classpath?rev=4308&r1=4307&r2=4308&view=diff
==============================================================================
Binary files - no diff available.
Modified: trunk/idp-attribute-resolver-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/pom.xml?rev=4308&r1=4307&r2=4308&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/pom.xml (original)
+++ trunk/idp-attribute-resolver-spring/pom.xml Thu Mar 7 21:59:28 2013
@@ -1,6 +1,6 @@
<?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">
+<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>
@@ -11,12 +11,27 @@
<relativePath>../idp-parent</relativePath>
</parent>
- <name>idp-attribute-resolver-spring</name>
[... 32 lines stripped ...]
More information about the commits
mailing list