aboutsummaryrefslogtreecommitdiff
path: root/id
AgeCommit message (Expand)AuthorFilesLines
2015-06-19use junit4 only in moa-id-commonsGerwin Gsenger1-4/+6
2015-06-19Revert "disable generation of java source files used for configuration, to av...Gerwin Gsenger1-1/+21
2015-06-19Revert "add previously auto-generated java source files used for configuration"Gerwin Gsenger90-23965/+0
2015-06-19rewrite 'AuthConfigurationProvider' in order to use key-value databaseChristian Wagner1-86/+671
2015-06-19add missing junit artifact to 'moa-id-commons' and update its version to 4.11Christian Wagner1-1/+8
2015-06-19add initial version of a moaid-configuration test, does not work if old db is...Gerwin Gsenger7-4/+214
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner10-50/+300
2015-06-19add workaround for static field bean initialization, rework getMOAIDConfigura...Gerwin Gsenger2-9/+48
2015-06-19add JSON annotations, remove unnecessary castGerwin Gsenger1-1/+12
2015-06-19add ability to extract all database data needed to build a 'MOAIDConfiguratio...Gerwin Gsenger1-0/+82
2015-06-19small codereview, added corresponding databasequeries as commentsGerwin Gsenger1-17/+35
2015-06-19avoid trying to iterate over a collection that is null (untested)Christian Wagner1-30/+49
2015-06-19add initial getList implementationGerwin Gsenger1-5/+24
2015-06-19add a class that has the same method signatures as 'ConfiguratiohnDBRead' and...Christian Wagner2-0/+357
2015-06-19extract data via methods in ConfigurationDBRead and write to key-value databaseGerwin Gsenger2-11/+53
2015-06-19add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from d...Gerwin Gsenger5-10/+317
2015-06-19moved path to property file to runtime argument, small code cleanupGerwin Gsenger1-82/+18
2015-06-19add raw configuration persistence functionalityChristian Wagner5-116/+357
2015-06-19add initial deserialization, small code restructuringGerwin Gsenger1-28/+90
2015-06-19add Json annotations to getter methodsGerwin Gsenger2-3/+8
2015-06-19add configuration interfaceChristian Wagner2-3/+56
2015-06-19move 'persistence' package from project 'moa-id-DTI' hereChristian Wagner4-0/+238
2015-06-19use Jackson 2.5.0, write JSON to file, evaluate @JsonIgnore AnnotationGerwin Gsenger2-24/+46
2015-06-19fix hibernate setupGerwin Gsenger7-15/+15
2015-06-19add Jackson 2.5.0 annotationsChristian Wagner1-0/+6
2015-06-19disable generation of java source files used for configuration, to avoid name...Gerwin Gsenger1-21/+1
2015-06-19add previously auto-generated java source files used for configurationGerwin Gsenger90-0/+23965
2015-06-19switch to Jackson Version 2.5.0Gerwin Gsenger2-5/+11
2015-06-19initial commit for mapping the configuration to JSONGerwin Gsenger2-0/+104
2015-06-16add first version of reversionslog implementationThomas Lenz32-898/+1450
2015-05-20adjusting bku dialog to reflect actual countryBojan Suzic4-0/+25
2015-05-19enable usage of http locally when proxied on the same machine; hidden option,...Bojan Suzic1-1/+1
2015-05-19enable usage of http locally when proxied on the same machine; hidden option,...Bojan Suzic2-3/+10
2015-05-19integrating attribute correlation check for eidentifier, when present; updati...Bojan Suzic6-38/+80
2015-05-18Add first parts for revisionsloggingThomas Lenz4-0/+117
2015-05-18update logging information in PVP protocol implementationThomas Lenz1-2/+2
2015-05-12adding attributes, improving moa stork attribute providerBojan Suzic4-26/+77
2015-05-11fixing dependency colision due to different library versions used in moa and ...Bojan Suzic1-1/+5
2015-05-11adjustments for idea deploymentBojan Suzic2-1/+33
2015-05-11velocity engine init exception handlingBojan Suzic1-1/+4
2015-05-11Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss int...Bojan Suzic62-224/+1125
2015-05-06fixed samlengine transient issueFlorian Reimair1-1/+1
2015-05-06remove unselected attributes from result setFlorian Reimair1-2/+13
2015-05-06fixed compilation issuesFlorian Reimair2-2/+2
2015-05-06fixed nullpointerex during attribute extractionFlorian Reimair2-3/+3
2015-05-05fix: gather any attribute from STORK2 response first if availableFlorian Reimair1-11/+11
2015-05-05added required status to consent listFlorian Reimair1-1/+1
2015-05-05consent request cosmeticsFlorian Reimair2-8/+14
2015-05-05moved consent request before attributes are being collectedFlorian Reimair4-25/+38
2015-05-05refactored some code regarding multi-part SAML responsesFlorian Reimair2-3/+3