[java-identity-provider COMMIT] in /trunk: idp-core/src/main/resources/schema/shibboleth-relying-party-saml.xsd idp-p...

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 5 11:01:42 EST 2014


Author: rdw
Date: Wed Mar  5 11:01:42 2014
New Revision: 5527

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5527&view=rev
Log:
IDP-277 Start to add parsing of RelyingParty.xml - SAML2ArtifactProfileConfiguration (and its parents) plus tests

Added:
    trunk/idp-profile-spring/src/main/java/net/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyNamespaceHandler.java   (with props)
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/package-info.java   (with props)
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/BaseSAML2ProfileConfigurationParser.java   (with props)
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/BaseSAMLProfileConfigurationParser.java   (with props)
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/RelyingPartySAMLNamespaceHandler.java   (with props)
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2ArtifactResolutionProfileParser.java   (with props)
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/saml/package-info.java   (with props)
    trunk/idp-profile-spring/src/main/resources/META-INF/
    trunk/idp-profile-spring/src/main/resources/META-INF/spring.handlers
    trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas
    trunk/idp-profile-spring/src/main/resources/schema/
    trunk/idp-profile-spring/src/main/resources/schema/shibboleth-relying-party-saml.xsd
      - copied unchanged from r5519, trunk/idp-core/src/main/resources/schema/shibboleth-relying-party-saml.xsd
    trunk/idp-profile-spring/src/test/java/net/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/BaseSAMLProfileTest.java   (with props)
    trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML2ArtifactTest.java   (with props)
    trunk/idp-profile-spring/src/test/resources/net/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/saml/
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/saml/SAML.properties   (with props)
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/saml/beans.xml   (with props)
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/saml/ecp.xml   (with props)
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/saml/saml2artifact.xml   (with props)
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/saml/saml2artifactValues.xml   (with props)
Modified:
    trunk/idp-core/src/main/resources/schema/shibboleth-relying-party-saml.xsd
    trunk/idp-parent/pom.xml
    trunk/idp-profile-spring/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=5527&r1=5526&r2=5527&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Wed Mar  5 11:01:42 2014
@@ -43,6 +43,7 @@
         <module>../idp-consent-impl</module>
         <module>../idp-tou-impl</module>
         <module>../idp-profile-impl</module>
+        <module>../idp-profile-spring</module>
         <module>../idp-saml-impl</module>
         <module>../idp-session-impl</module>
 

Modified: trunk/idp-profile-spring/pom.xml

[... 37 lines stripped ...]


More information about the commits mailing list