[java-identity-provider COMMIT] in /trunk/idp-attribute-resolver-spring/src/main: java/net/shibboleth/idp/attribute/r...
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 2 10:28:41 EDT 2013
Author: rdw
Date: Thu May 2 10:28:41 2013
New Revision: 4452
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4452&view=rev
Log:
IDP-205 Prepare the ground for the encoder parsers. Schema, spring gubbins and skeletal NameSpaceHandler
Added:
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/enc/
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/enc/AttributeEncoderNamespaceHandler.java (with props)
trunk/idp-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/enc/package-info.java (with props)
trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-encoder.xsd (with props)
Modified:
trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.handlers
trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
Modified: trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.handlers
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.handlers?rev=4452&r1=4451&r2=4452&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.handlers (original)
+++ trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.handlers Thu May 2 10:28:41 2013
@@ -2,3 +2,4 @@
urn\:mace\:shibboleth\:2.0\:resolver\:ad = net.shibboleth.idp.attribute.resolver.spring.ad.AttributeDefinitionNamespaceHandler
urn\:mace\:shibboleth\:2.0\:resolver\:dc = net.shibboleth.idp.attribute.resolver.spring.dc.DataConnectorNamespaceHandler
urn\:mace\:shibboleth\:2.0\:resolver\:pc = net.shibboleth.idp.attribute.resolver.spring.pc.PrincipalConnectorNamespaceHandler
+urn\:mace\:shibboleth\:2.0\:attribute\:encoder = net.shibboleth.idp.attribute.resolver.spring.enc.AttributeEncoderNamespaceHandler
Modified: trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas?rev=4452&r1=4451&r2=4452&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas (original)
+++ trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas Thu May 2 10:28:41 2013
@@ -1,4 +1,5 @@
urn\:mace\:shibboleth\:2.0\:resolver = schema/shibboleth-2.0-attribute-resolver.xsd
urn\:mace\:shibboleth\:2.0\:resolver\:ad = schema/shibboleth-2.0-attribute-resolver-ad.xsd
urn\:mace\:shibboleth\:2.0\:resolver\:dc = schema/shibboleth-2.0-attribute-resolver-dc.xsd
-urn\:mace\:shibboleth\:2.0\:resolver\:pc = schema/shibboleth-2.0-attribute-resolver-pc.xsd
+urn\:mace\:shibboleth\:2.0\:resolver\:pc = schema/shibboleth-2.0-attribute-resolver-pc.xsd
+urn\:mace\:shibboleth\:2.0\:resolver\:encoder = schema/shibboleth-2.0-attribute-encoder.xsd
More information about the commits
mailing list