[java-identity-provider COMMIT] in /trunk/idp-saml-impl: pom.xml src/main/java/net/shibboleth/idp/saml/saml2/profile/...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 15 23:13:27 EDT 2015
Author: putmanb
Date: Mon Jun 15 23:13:26 2015
New Revision: 7561
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7561&view=rev
Log:
Checkpoint initial non-functional port of Action to decorate a SAML 2 Assertion for delegation.
Added:
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/DecorateDelegatedAssertion.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/LibertyConstants.java (with props)
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/impl/package-info.java (with props)
Modified:
trunk/idp-saml-impl/pom.xml
Modified: trunk/idp-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/pom.xml?rev=7561&r1=7560&r2=7561&view=diff
==============================================================================
--- trunk/idp-saml-impl/pom.xml (original)
+++ trunk/idp-saml-impl/pom.xml Mon Jun 15 23:13:26 2015
@@ -17,6 +17,16 @@
<dependencies>
<!-- Compile Dependencies -->
+
+ <!-- TODO: fix this up when approach for Liberty providers is finalized.
+ Right now is just a local SNAPSHOT-only artifact built locally and deployed to Maven.
+ -->
+ <dependency>
+ <groupId>net.shibboleth.liberty</groupId>
+ <artifactId>idwsfconsumer</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-saml-api</artifactId>
More information about the commits
mailing list