[java-identity-provider COMMIT] in /trunk/idp-saml-api: pom.xml src/main/java/net/shibboleth/idp/saml/session/ src/ma...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 7 11:21:55 EDT 2013
Author: scantor
Date: Mon Oct 7 11:21:54 2013
New Revision: 4833
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4833&view=rev
Log:
SAML2-specific SPSession subclass and tests.
Added:
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/session/
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/session/SAML2SPSession.java (with props)
trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/session/package-info.java (with props)
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/session/SAML2SPSessionTest.java (with props)
Modified:
trunk/idp-saml-api/pom.xml
Modified: trunk/idp-saml-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/pom.xml?rev=4833&r1=4832&r2=4833&view=diff
==============================================================================
--- trunk/idp-saml-api/pom.xml (original)
+++ trunk/idp-saml-api/pom.xml Mon Oct 7 11:21:54 2013
@@ -25,6 +25,11 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-attribute-mapper-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-session-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
More information about the commits
mailing list