aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Gerwin Gsenger5-10/+317
db), add AuthConfiguration interface for Authentication providers
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
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all
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
little cleanup in 'ConfigPropertyDaoImpl'
2015-06-19move 'persistence' package from project 'moa-id-DTI' hereChristian Wagner5-0/+254
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 Wagner2-0/+12
2015-06-19disable generation of java source files used for configuration, to avoid ↵Gerwin Gsenger1-21/+1
name conflict
2015-06-19add previously auto-generated java source files used for configurationGerwin Gsenger90-0/+23965
2015-06-19switch to Jackson Version 2.5.0Gerwin Gsenger3-5/+23
2015-06-19initial commit for mapping the configuration to JSONGerwin Gsenger2-0/+104
2015-06-16update version to next releaseThomas Lenz1-5/+5
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 ↵Bojan Suzic1-1/+1
option, LU specific
2015-05-19enable usage of http locally when proxied on the same machine; hidden ↵Bojan Suzic2-3/+10
option, LU specific
2015-05-19integrating attribute correlation check for eidentifier, when present; ↵Bojan Suzic6-38/+80
updating mandate data; extending error messages
2015-05-18Add first parts for revisionsloggingThomas Lenz5-1/+123
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 Suzic2-3/+8
samlengine
2015-05-11adjustments for idea deploymentBojan Suzic3-2/+42
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 ↵Bojan Suzic74-255/+1535
into 2.2.x-Snapshot
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
2015-05-05fixed attribute forwarding when using STORK2 SAML for SPFlorian Reimair1-0/+10
2015-05-05fixed NullPointerException in Logger class triggered by empty messageFlorian Reimair1-9/+22
2015-04-23move code for SSO sessionID loggingThomas Lenz1-3/+2
2015-04-22add unique session ID for loggingThomas Lenz18-50/+345
2015-04-21set transactionID to logger implementation which can be used by key ↵Thomas Lenz5-0/+66
"transactionId"
2015-04-21change sessionID and pendingrequestID to unsignedThomas Lenz1-1/+1
2015-04-21fix problem with empty MOA-SP webservice URLThomas Lenz1-1/+2
2015-04-20change to new snapshot versionThomas Lenz1-5/+5
2015-04-20update handbookMOA-ID-2.2.1Thomas Lenz1-3/+3
2015-04-20update STORK authentication moduleThomas Lenz4-16/+24
2015-04-20first fix to solve problems with errorhandling and process managmentThomas Lenz18-80/+181
2015-04-20Revert "update versions to new snapshot"Thomas Lenz1-5/+5
This reverts commit feb8128c8b2586c42b7b79c438e7bc6dc54e504d.
2015-04-17Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵Thomas Lenz2-14/+27
into 2.2.x-Snapshot