aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/java/at/gv
AgeCommit message (Collapse)AuthorFilesLines
2014-04-15store additional information for Single LogOut in databaseThomas Lenz1-0/+34
2014-03-31update Hibernate, JPA and mySQL librariesThomas Lenz2-2/+12
2014-02-26configBojan Suzic1-353/+353
2014-01-31update SessionEncryption to use IAIK JCE and salt for encryptionThomas Lenz1-0/+19
2014-01-29add EUPL headersThomas Lenz11-0/+242
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz1-2/+2
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz2-3/+2
2013-10-03add DBExceptionStoreImpl to store Exceptions in DB instead of in a HashMapThomas Lenz1-0/+103
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz2-3/+145
--update commercial-register number input validator --some short bugfixes @MOA-ID: --update advanced statistic logger --Move Exception classes to a special package --add to Exception types
2013-09-26-- add AssertionID to Single LogOut session informationThomas Lenz4-4/+22
-- split hibernate configuration into two files (moasession and statistic)
2013-09-26Features:Thomas Lenz1-4/+5
-- Add additional parameters to customize BKUSelectionForm and SendAssertionForm -- change Target configuration -- insert some logging Bugfixes: -- Nullpointerexceptions in combination of an old userdatabase entry and a actual configuration tool version
2013-09-26BugFix:Thomas Lenz1-3/+8
-- MOAMetadataProvider.java: Destroy HTTPMetadataProvider and Timer manually if an Exception occurs -- ConfigurationDBRead.java: select OA with OAIdentifier (PublicPrefix) has matched to more then one OA in some special case.
2013-09-24implement advanced statistic loggerThomas Lenz6-37/+406
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz1-3/+41
--PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes
2013-09-18change to 1.9.96-snapshotThomas Lenz1-0/+85
--set SL-Version to hardcoded version 1.2 --add "RemoveBPK form AuthBlock" feature --set UTC time as default (SAML1) --add PVP2 Attributes: ++ AuthBlock ++ Certificate ++ BASEID ++ BASEID-TYPE ++BKUURL Bugfix: -- NullPointerException: GetMISSessionIDServlet.java -- Check if it is empty: MOAMetadataProvider.java
2013-08-08MOA-ID Configuration Tool BetaThomas Lenz2-1/+44
2013-08-07WebInterface MOAID-General finishedThomas Lenz1-3/+3
2013-08-06Merge branch 'moa2_0_tlenz' of ↵Thomas Lenz1-0/+19
https://gitlab.iaik.tugraz.at/afitzek/moa-idspss into moa2_0_tlenz
2013-08-06 - Change UserBase implementationThomas Lenz3-296/+3
- starts with general MOAID Config
2013-08-06HTTP Metadata providerAndreas Fitzek1-0/+19
2013-08-06Configuration Tool:Thomas Lenz1-4/+104
- OA Configuration TODO: - General Configuration - Import - User Management
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