diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-06-13 13:19:38 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-06-13 13:19:38 +0200 |
commit | bba86def6a69726671838ebdacb918d3ede5de16 (patch) | |
tree | 719f555d6a32a1e4a99c5603c134fb77119b733e /id/server/moa-id-commons/src/main/resources | |
parent | f9e919720beb463aad4483f1779be12d990f6951 (diff) | |
download | moa-id-spss-bba86def6a69726671838ebdacb918d3ede5de16.tar.gz moa-id-spss-bba86def6a69726671838ebdacb918d3ede5de16.tar.bz2 moa-id-spss-bba86def6a69726671838ebdacb918d3ede5de16.zip |
+ cleanup MOAIDSession class
+ update authentication process to use new MOAIDSession class
+ move MOAIDSession to Hibernate Database
+ activate Mandates for SAML1
!!Stork authentication not tested!!
Diffstat (limited to 'id/server/moa-id-commons/src/main/resources')
-rw-r--r-- | id/server/moa-id-commons/src/main/resources/hibernate.cfg.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/src/main/resources/hibernate.cfg.xml b/id/server/moa-id-commons/src/main/resources/hibernate.cfg.xml index 32dd7d9f6..707d5cc61 100644 --- a/id/server/moa-id-commons/src/main/resources/hibernate.cfg.xml +++ b/id/server/moa-id-commons/src/main/resources/hibernate.cfg.xml @@ -7,5 +7,6 @@ <session-factory> <!-- Mapping files --> <mapping class="at.gv.egovernment.moa.id.commons.db.dao.AssertionStore"/> + <mapping class="at.gv.egovernment.moa.id.commons.db.dao.AuthenticatedSessionStore"/> </session-factory> </hibernate-configuration>
\ No newline at end of file |