aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/java/at/gv/egovernment
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-0/+1
to Spring
2016-01-22blacklist Microsoft SQL JDBC driver, because default online-application load ↵Thomas Lenz1-0/+8
operation does not work - Microsoft SQL does not allow len() method calls with a parameter of type text
2016-01-22remove unused codeThomas Lenz6-692/+0
2016-01-21remove unused functionalityThomas Lenz2-76/+1
2016-01-19fully remove of hyperjaxb functionality from DB-configuration implementationThomas Lenz17-1071/+242
2016-01-18add virtual IDP enabled flag to configurationThomas Lenz3-1/+36
2016-01-18add two methods to KeyValueUtilsThomas Lenz1-2/+41
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz2-0/+34
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.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/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2016-01-15fix two bugs in module moa-id-configurationThomas Lenz1-5/+11
2015-11-17fix some more problems in STORK codeThomas Lenz1-27/+33
2015-11-16fix possible NullPointerException with STORK configurationThomas Lenz1-16/+24
2015-09-15fix problems with OracleDB and configuration storage implementationThomas Lenz5-39/+135
2015-09-02fix problem with private service applications and target friendlynameThomas Lenz1-0/+5
2015-08-31fix problem with configuration GUI and interfederation configurationsThomas Lenz2-1/+9
2015-08-27Merge STORK-SAML-Engine 1.5.1 and STORK-Commons 1.5.1Thomas Lenz1-1/+0
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AttributeProviderFactory.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/CustomAttributeQueryValidator.java id/server/stork2-saml-engine/src/main/java/eu/stork/peps/auth/engine/core/validator/MultipleAssertionResponseValidator.java
2015-08-27Use test- and productive TrustStore configurations in one IDP instanceThomas Lenz5-10/+116
- every service configuration could select its preferred TrustStore
2015-08-26Allow multiple alias domainsThomas Lenz2-0/+34
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-08-17final changes for Release MOA-ID 3.0.0MOA-ID-3.0.0Thomas Lenz4-20/+56
2015-08-14use old ConfigToolThomas Lenz11-638/+513
2015-08-14update CertStoreThomas Lenz1-0/+647
2015-07-24add loggingThomas Lenz1-1/+1
2015-07-23update revisions-log functionalityThomas Lenz1-0/+5
2015-07-22fix problem with SAML1 in legacy mode and targetFriendlyNameThomas Lenz1-2/+2
2015-07-22fix bug in methode findNextFreeListCounter if actually no list existsThomas Lenz1-1/+6
2015-07-21fix MOA-ID-Auth problemsThomas Lenz5-8/+32
2015-07-20change configuration key for ovs mandatesThomas Lenz2-15/+22
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz6-1117/+1117
2015-07-20add deprecated MOA-ID 2.x database DAOs to sourceThomas Lenz90-0/+23965
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz19-485/+4665
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-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz8-167/+336
2015-07-10First parts of the new MOA-ID configuration moduleThomas Lenz5-395/+565
2015-07-03fix some configuration problemsThomas Lenz5-21/+23
2015-07-02new files for key/value configThomas Lenz3-0/+1808
2015-07-02develThomas Lenz9-1214/+1088
2015-06-25second parts for configuration refactoringThomas Lenz4-18/+71
2015-06-19refactoring for properties based configurationThomas Lenz4-95/+146
2015-06-19fix merge problemsThomas Lenz6-1079/+1078
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz11-342/+547
2015-06-19Rename java packagesMartin Bonato12-4/+1058
2015-06-19add CLI migration (XML to property file, property file to db, db to property ↵Gerwin Gsenger1-3/+12
file)
2015-06-19small change to workings of delete, small bugfixGerwin Gsenger1-32/+12
2015-06-19add javadocGerwin Gsenger1-0/+88
2015-06-19Revert "add previously auto-generated java source files used for configuration"Gerwin Gsenger90-23965/+0
This reverts commit 10f5d736a93767cd7302cb30eb560781462edd76.
2015-06-19add initial version of a moaid-configuration test, does not work if old db ↵Gerwin Gsenger1-3/+0
is not initialized
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner4-28/+221
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys
2015-06-19add workaround for static field bean initialization, rework ↵Gerwin Gsenger1-8/+47
getMOAIDConfiguration()
2015-06-19add JSON annotations, remove unnecessary castGerwin Gsenger1-1/+12
2015-06-19add ability to extract all database data needed to build a ↵Gerwin Gsenger1-0/+82
'MOAIDConfiguration' object
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