aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/java/at/gv/egovernment
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26Bugfix:Thomas Lenz3-37/+89
Database Session management
2013-07-26Bugfixes:Thomas Lenz3-6/+287
- handle Error if more then one authentication is started for one Online-Application - handle MultiThread error if more then one authentication process is active in one user session Add: - Add UserData database. (is required for the web-based configuration tool) - Add additional OA parameter in MOA-ID 2.x configuration scheme to set OAs active or not TODO: change 'searchOAWith....' to only get results with active=true
2013-07-19SSO and Configuration updatedThomas Lenz2-8/+8
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz5-235/+257
-SSO deaktivated -Login with mandate and normal tested
2013-07-16create DB Config and legacy config parserThomas Lenz6-46/+273
Split MOASession database from config database
2013-07-12SSO ImplementationThomas Lenz3-69/+102
2013-07-04Datenbankteile für SSO:Thomas Lenz4-3/+300
-alte SSO Session IDs -angemeldete OAs
2013-07-04BKU Auswahl in Kontext von MOA-ID für standardkonforme VarianteThomas Lenz1-1/+1
2013-06-13+ cleanup MOAIDSession classThomas Lenz3-29/+39
+ update authentication process to use new MOAIDSession class + move MOAIDSession to Hibernate Database + activate Mandates for SAML1 !!Stork authentication not tested!!
2013-06-07Common classes for Hibernate initializing and database handlingThomas Lenz4-0/+288