aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib
AgeCommit message (Collapse)AuthorFilesLines
2015-07-20split AuthBlock validation and MIS sessionID request into discrete taskThomas Lenz6-148/+341
2015-07-20remove hyberJaxB from commonsThomas Lenz1-0/+6
2015-07-17Merge first STORK 2 changesThomas Lenz14-96/+272
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/ConsentEvaluator.java pom.xml
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz144-13970/+5332
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/GetMISSessionIDTask.java 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/auth/servlet/VerifyAuthenticationBlockServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyIdentityLinkServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/OAParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/SSOManager.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthRequest.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenRequest.java id/server/moa-id-commons/pom.xml id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java pom.xml
2015-07-17add 'nonce' attribute to OpenID Connect protocolThomas Lenz5-13/+100
2015-07-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz30-77/+137
2015-07-03fix problems with absolut configuration pathsThomas Lenz1-3/+12
2015-07-03fix problems with dynamic PVP2X metadata refreshThomas Lenz5-11/+49
2015-07-03fix some configuration problemsThomas Lenz9-67/+98
2015-07-02new files for key/value configThomas Lenz3-0/+371
2015-07-02develThomas Lenz54-7832/+2632
2015-06-25second parts for configuration refactoringThomas Lenz10-301/+358
2015-06-19refactoring for properties based configurationThomas Lenz6-260/+250
2015-06-19update pomThomas Lenz1-0/+3
2015-06-19fix merge problemsThomas Lenz5-171/+240
2015-06-19add new AuthConfigurationProviderFactoryThomas Lenz2-0/+128
2015-06-19remove MOA-ID-Proxy project (MOA-ID >= 3.x is not supported any more)Thomas Lenz24-5885/+0
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz75-345/+388
2015-06-19Rename java packagesMartin Bonato3-5/+3
2015-06-19add 'getTimeStamp()' methodChristian Wagner1-0/+10
2015-06-19add missing getter-methods.Christian Wagner1-4/+171
- add methods to get 'OnlineApplication' from DB. - add getter-methods which override the getter-methods in 'ConfigurationProvider'.
2015-06-19move dependencies to more appropriate pom files, testNG warning NOT fixedGerwin Gsenger1-0/+6
2015-06-19Add unit initial unit tests.Martin Bonato6-7/+188
2015-06-19rewrite 'AuthConfigurationProvider' in order to use key-value databaseChristian Wagner1-86/+671
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-19add Jackson 2.5.0 annotationsChristian Wagner1-0/+6
2015-06-19switch to Jackson Version 2.5.0Gerwin Gsenger1-0/+11
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 Suzic6-38/+80
updating mandate data; extending error messages
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 Suzic1-25/+69
2015-05-11adjustments for idea deploymentBojan Suzic1-0/+24
2015-05-11Merge branch '2.2.x-Snapshot' of gitlab.iaik.tugraz.at:afitzek/moa-idspss ↵Bojan Suzic34-131/+401
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