aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19add initial version of a moaid-configuration test, does not work if old db ↵Gerwin Gsenger1-1/+1
is not initialized
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner1-17/+36
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys
2015-06-19extract data via methods in ConfigurationDBRead and write to key-value databaseGerwin Gsenger1-2/+40
2015-06-19add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵Gerwin Gsenger4-10/+316
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 Wagner1-116/+112
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-19use Jackson 2.5.0, write JSON to file, evaluate @JsonIgnore AnnotationGerwin Gsenger2-24/+46
2015-06-19initial commit for mapping the configuration to JSONGerwin Gsenger1-0/+99
2015-06-16add first version of reversionslog implementationThomas Lenz31-898/+1438
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 Suzic5-38/+75
updating mandate data; extending error messages
2015-05-18Add first parts for revisionsloggingThomas Lenz3-0/+105
2015-05-18update logging information in PVP protocol implementationThomas Lenz1-2/+2
2015-05-12adding attributes, improving moa stork attribute providerBojan Suzic1-25/+69
2015-05-11Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵Bojan Suzic28-117/+360
into 2.2.x-Snapshot
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 Reimair1-0/+2
2015-05-05moved consent request before attributes are being collectedFlorian Reimair3-24/+37
2015-05-05fixed attribute forwarding when using STORK2 SAML for SPFlorian Reimair1-0/+10
2015-04-23move code for SSO sessionID loggingThomas Lenz1-3/+2
2015-04-22add unique session ID for loggingThomas Lenz13-42/+223
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-20first fix to solve problems with errorhandling and process managmentThomas Lenz14-76/+162
2015-04-16Merge remote-tracking branch 'remotes/origin/2.2.x-STORK-Snapshot' into ↵Thomas Lenz2-1/+4
2.2.x-Snapshot
2015-04-14update error handling in PVP metadata verification filter implemetationsThomas Lenz5-8/+119
2015-04-09Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵Thomas Lenz1-0/+7
into 2.2.x-Snapshot
2015-04-09fix wrong PVP attribute friendly namesThomas Lenz1-2/+2
2015-03-24escaped attribute values for saml1 responsesFlorian Reimair1-0/+7
2015-03-23adjusting strings for matchBojan Suzic1-0/+10
2015-03-17Added mapping AT => Other Countries, request from Thomas K.Alexander Marsalek1-0/+2
> · „Other Countries“ (dabei handelt es sich um den > Österreichischen Fall, bei dem MOCCA die Signatur mit ausländischen > Karten durchführt)
2015-03-17Merge branch 'merge' into 2.2.x-STORK-SnapshotAlexander Marsalek4-1/+55
2015-03-13fixed date format issue with fakeIdL creationFlorian Reimair1-1/+1
2015-03-13added fakeidl no-signature option configFlorian Reimair1-0/+10
2015-03-13STORK PEPS-conform loggingFlorian Reimair2-0/+44
2015-03-05null safe assignmentAlexander Marsalek1-1/+2
2015-02-23Improve Process Engine signal servlet (MOAID-73)Thomas Knall4-15/+36
- Update Process Engine signal servlet in order to allow module to provider their own strategy for providing the moa session id. - Update moa id handbook. - Update javadoc.
2015-02-20some minor fixesThomas Lenz6-5/+46
2015-02-20add names to worker threadsThomas Lenz2-2/+2
2015-02-19modify PVP attribute builder for MANDATE_PROF_REP_DESCThomas Lenz1-23/+22
2015-02-19fix some possible problemsThomas Lenz1-2/+1
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz65-753/+4594
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml