aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons
AgeCommit message (Collapse)AuthorFilesLines
2015-06-19Add maven-build-helper-plugin to include ↵Martin Bonato1-1/+20
moa-id-commons/target/generated-sources/xjc in build path in eclipse.
2015-06-19rework behaviour of force switch, add getAllKeys to configurationGerwin Gsenger6-250/+324
2015-06-19restructure error propagation from hibernate, add force switch to CLIGerwin Gsenger8-50/+122
2015-06-19add CLI migration (XML to property file, property file to db, db to property ↵Gerwin Gsenger6-131/+289
file)
2015-06-19move dependencies to more appropriate pom files, testNG warning NOT fixedGerwin Gsenger1-2/+0
2015-06-19move 'cli' package from project 'moa-id-DTI', add additional input parameterGerwin Gsenger4-0/+363
2015-06-19add java docChristian Wagner2-66/+65
add little logging minor fixes
2015-06-19small change to workings of delete, small bugfixGerwin Gsenger1-32/+12
2015-06-19add javadocGerwin Gsenger1-0/+88
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 ↵Gerwin Gsenger1-1/+21
avoid name conflict" This reverts commit ba58b44a840749a6a29638e5f858b2e106c9ef6e.
2015-06-19Revert "add previously auto-generated java source files used for configuration"Gerwin Gsenger90-23965/+0
This reverts commit 10f5d736a93767cd7302cb30eb560781462edd76.
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 ↵Gerwin Gsenger6-3/+213
is not initialized
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner9-33/+264
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys
2015-06-19add workaround for static field bean initialization, rework ↵Gerwin Gsenger2-9/+48
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
2015-06-19add initial getList implementationGerwin Gsenger1-5/+24
2015-06-19add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵Christian Wagner2-0/+357
and is capable of reading from the new key-value DB
2015-06-19extract data via methods in ConfigurationDBRead and write to key-value databaseGerwin Gsenger1-9/+13
2015-06-19add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵Gerwin Gsenger1-0/+1
db), add AuthConfiguration interface for Authentication providers
2015-06-19add raw configuration persistence functionalityChristian Wagner4-0/+245
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 configuration interfaceChristian Wagner2-3/+56
little cleanup in 'ConfigPropertyDaoImpl'
2015-06-19move 'persistence' package from project 'moa-id-DTI' hereChristian Wagner4-0/+238
2015-06-19fix hibernate setupGerwin Gsenger7-15/+15
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 Gsenger1-5/+0
2015-06-19initial commit for mapping the configuration to JSONGerwin Gsenger1-0/+5
2015-05-11adjustments for idea deploymentBojan Suzic1-1/+9
2015-04-22add unique session ID for loggingThomas Lenz3-5/+98
2015-04-16update library versionsThomas Lenz1-5/+4
2015-03-12getting rid of log4j in logger classFlorian Reimair1-27/+26
2015-02-24Add key/value configuration entity.Thomas Knall1-0/+95
2015-02-19fix some possible problemsThomas Lenz1-1/+0
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz2-4/+36
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
2015-01-19update librariesThomas Lenz1-5/+9
-> joda-time 2.7 -> slf4j 2.7.10 -> struts2 2.3.20 -> commons-codec 1.10 -> hibernate 4.3.8.Final -> mySQL-connector 5.1.34 -> opensaml 2.6.4 -> xmltooling 2.6.4
2015-01-16add HTTP Proxy support to MIS and SZR-GW webservice request methodsThomas Lenz2-8/+61
2015-01-16Merge branch 'ISA-1.18-action' into during_authsource_refactoringThomas Lenz1-1/+2
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OAPVP2ConfigValidation.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/SAMLVerificationEngine.java pom.xml
2015-01-14Apply some minor fixes.Thomas Knall1-0/+1
- Add some FIXMEs. - Fix moa-id-auth web.xml and switch to Servlet 3.0. - Fix moa-id-auth logging (replace commons-logging with commons-logging-slf4j bridge, use log4j native binding). - Adjust logging of periodical tasks (no more logging at info level).
2015-01-09Apply several fixes.Thomas Knall1-0/+31
- Disable erroneous IAIK PKI logger initialization (should be addressed by. - Remove redundant maven-dependency version declarations. - Fix maven/eclipse lifecyle warning problem.
2014-12-19fix problem with empty databaseThomas Lenz1-1/+1
2014-12-04do not use deprecated Methode in MOAHttpClientThomas Lenz1-1/+2
2014-11-25Fix build.Thomas Knall1-4/+4
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.
2014-10-31add .gitignore filesThomas Lenz1-0/+1
2014-10-29Merge branch 'ISA-1.18-action' into moa-2.1-SnapshotThomas Lenz4-7/+19
Conflicts: id/server/idserverlib/pom.xml
2014-10-29Update third-party libsThomas Lenz2-4/+6
- some implementation updates was required