[java-identity-provider COMMIT] in /trunk/idp-core/src/main/resources: META-INF/spring.schemas schema/shibboleth-meta...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 27 20:31:53 EST 2014
Author: scantor
Date: Thu Feb 27 20:31:52 2014
New Revision: 5490
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5490&view=rev
Log:
Temp resting place for relying-party schemas.
Added:
trunk/idp-core/src/main/resources/schema/shibboleth-metadata.xsd (with props)
trunk/idp-core/src/main/resources/schema/shibboleth-relying-party-saml.xsd (with props)
trunk/idp-core/src/main/resources/schema/shibboleth-relying-party.xsd (with props)
trunk/idp-core/src/main/resources/schema/shibboleth-resource.xsd (with props)
trunk/idp-core/src/main/resources/schema/shibboleth-security-policy-saml.xsd (with props)
Modified:
trunk/idp-core/src/main/resources/META-INF/spring.schemas
Modified: trunk/idp-core/src/main/resources/META-INF/spring.schemas
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/resources/META-INF/spring.schemas?rev=5490&r1=5489&r2=5490&view=diff
==============================================================================
--- trunk/idp-core/src/main/resources/META-INF/spring.schemas (original)
+++ trunk/idp-core/src/main/resources/META-INF/spring.schemas Thu Feb 27 20:31:52 2014
@@ -1,6 +1,17 @@
-# This will move somewhere once we implement it.
+# These will move somewhere once we implement them.
http\://shibboleth.net/schema/idp/shibboleth-security.xsd = schema/shibboleth-security.xsd
+http\://shibboleth.net/schema/idp/shibboleth-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
+http\://shibboleth.net/schema/idp/shibboleth-relying-party.xsd = schema/shibboleth-relying-party.xsd
+http\://shibboleth.net/schema/idp/shibboleth-relying-party-saml.xsd = schema/shibboleth-relying-party-saml.xsd
+http\://shibboleth.net/schema/idp/shibboleth-metadata.xsd = schema/shibboleth-metadata.xsd
+http\://shibboleth.net/schema/idp/shibboleth-resource.xsd = schema/shibboleth-resource.xsd
+
classpath\:/schema/shibboleth-2.0-security.xsd = schema/shibboleth-security.xsd
+classpath\:/schema/shibboleth-2.0-security-policy-saml.xsd = schema/shibboleth-security-policy-saml.xsd
+classpath\:/schema/shibboleth-2.0-relying-party.xsd = schema/shibboleth-relying-party.xsd
+classpath\:/schema/shibboleth-2.0-relying-party-saml.xsd = schema/shibboleth-relying-party-saml.xsd
+classpath\:/schema/shibboleth-2.0-metadata.xsd = schema/shibboleth-metadata.xsd
+classpath\:/schema/shibboleth-2.0-resource.xsd = schema/shibboleth-resource.xsd
# These need to be somewhere, leaving here for want of a better choice for now.
@@ -8,8 +19,14 @@
http\://www.w3.org/TR/2013/REC-xmldsig-core1-20130411/xmldsig11-schema.xsd = schema/xmldsig11-schema.xsd
http\://www.w3.org/TR/xmlenc-core/xenc-schema.xsd = schema/xenc-schema.xsd
http\://www.w3.org/TR/2013/REC-xmlenc-core1-20130411/xenc-schema-11.xsd = schema/xenc11-schema.xsd
+http\://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd = schema/saml-schema-assertion-2.0.xsd
+http\://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd = schema/saml-schema-protocol-2.0.xsd
+http\://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd = schema/saml-schema-metadata-2.0.xsd
classpath\:/schema/xmldsig-core-schema.xsd = schema/xmldsig-core-schema.xsd
classpath\:/schema/xmldsig11-schema.xsd = schema/xmldsig11-schema.xsd
classpath\:/schema/xenc-schema.xsd = schema/xenc-schema.xsd
classpath\:/schema/xenc11-schema.xsd = schema/xenc11-schema.xsd
+classpath\:/schema/saml-schema-assertion-2.0.xsd = schema/saml-schema-assertion-2.0.xsd
+classpath\:/schema/saml-schema-protocol-2.0.xsd = schema/saml-schema-protocol-2.0.xsd
+classpath\:/schema/saml-schema-metadata-2.0.xsd = schema/saml-schema-metadata-2.0.xsd
More information about the commits
mailing list