[java-opensaml2 COMMIT] in /branches/REL_2/src: main/java/org/opensaml/saml2/ecp/RequestAuthenticated.java main/java/...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 25 22:47:52 EST 2013
Author: scantor
Date: Fri Jan 25 22:47:52 2013
New Revision: 1617
URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1617&view=rev
Log:
SIDP-558: New ECP SOAP headers.
Added:
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/RequestAuthenticated.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/SubjectConfirmation.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/RequestAuthenticatedBuilder.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/RequestAuthenticatedImpl.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/RequestAuthenticatedMarshaller.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/RequestAuthenticatedUnmarshaller.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/SubjectConfirmationBuilder.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/SubjectConfirmationImpl.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/SubjectConfirmationMarshaller.java (with props)
branches/REL_2/src/main/java/org/opensaml/saml2/ecp/impl/SubjectConfirmationUnmarshaller.java (with props)
branches/REL_2/src/test/java/org/opensaml/saml2/ecp/impl/RequestAuthenticatedTest.java (with props)
branches/REL_2/src/test/java/org/opensaml/saml2/ecp/impl/SubjectConfirmationTest.java (with props)
branches/REL_2/src/test/resources/data/org/opensaml/saml2/ecp/impl/RequestAuthenticated.xml (with props)
branches/REL_2/src/test/resources/data/org/opensaml/saml2/ecp/impl/SubjectConfirmation.xml (with props)
branches/REL_2/src/test/resources/data/org/opensaml/saml2/ecp/impl/SubjectConfirmationChildElements.xml (with props)
Modified:
branches/REL_2/src/main/resources/saml2-ecp-config.xml
branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd
Modified: branches/REL_2/src/main/resources/saml2-ecp-config.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/resources/saml2-ecp-config.xml?rev=1617&r1=1616&r2=1617&view=diff
==============================================================================
--- branches/REL_2/src/main/resources/saml2-ecp-config.xml (original)
+++ branches/REL_2/src/main/resources/saml2-ecp-config.xml Fri Jan 25 22:47:52 2013
@@ -43,5 +43,31 @@
<UnmarshallingClass className="org.opensaml.saml2.ecp.impl.RelayStateUnmarshaller"/>
</ObjectProvider>
+ <!-- RequestAuthenticated -->
+ <ObjectProvider qualifiedName="ecp:RequestAuthenticated">
+ <BuilderClass className="org.opensaml.saml2.ecp.impl.RequestAuthenticatedBuilder"/>
+ <MarshallingClass className="org.opensaml.saml2.ecp.impl.RequestAuthenticatedMarshaller"/>
+ <UnmarshallingClass className="org.opensaml.saml2.ecp.impl.RequestAuthenticatedUnmarshaller"/>
+ </ObjectProvider>
+
+ <ObjectProvider qualifiedName="ecp:RequestAuthenticatedType">
+ <BuilderClass className="org.opensaml.saml2.ecp.impl.RequestAuthenticatedBuilder"/>
+ <MarshallingClass className="org.opensaml.saml2.ecp.impl.RequestAuthenticatedMarshaller"/>
+ <UnmarshallingClass className="org.opensaml.saml2.ecp.impl.RequestAuthenticatedUnmarshaller"/>
+ </ObjectProvider>
+
+ <!-- SubjectConfirmation -->
+ <ObjectProvider qualifiedName="ecp:SubjectConfirmation">
+ <BuilderClass className="org.opensaml.saml2.ecp.impl.SubjectConfirmationBuilder"/>
+ <MarshallingClass className="org.opensaml.saml2.ecp.impl.SubjectConfirmationMarshaller"/>
+ <UnmarshallingClass className="org.opensaml.saml2.ecp.impl.SubjectConfirmationUnmarshaller"/>
+ </ObjectProvider>
+
+ <ObjectProvider qualifiedName="ecp:SubjectConfirmationType">
+ <BuilderClass className="org.opensaml.saml2.ecp.impl.SubjectConfirmationBuilder"/>
+ <MarshallingClass className="org.opensaml.saml2.ecp.impl.SubjectConfirmationMarshaller"/>
+ <UnmarshallingClass className="org.opensaml.saml2.ecp.impl.SubjectConfirmationUnmarshaller"/>
+ </ObjectProvider>
+
</ObjectProviders>
</XMLTooling>
Modified: branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd?rev=1617&r1=1616&r2=1617&view=diff
==============================================================================
--- branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd (original)
+++ branches/REL_2/src/main/resources/schema/saml-schema-ecp-2.0.xsd Fri Jan 25 22:47:52 2013
@@ -1,14 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
[... 78 lines stripped ...]
More information about the commits
mailing list