aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-19fix merge problemsThomas Lenz12-1378/+1446
2015-06-19add new AuthConfigurationProviderFactoryThomas Lenz3-0/+666
2015-06-19remove MOA-ID-Proxy project (MOA-ID >= 3.x is not supported any more)Thomas Lenz25-5886/+1
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz95-712/+965
2015-06-19New configuration implementation with full key/value functionalityThomas Lenz3-0/+1085
2015-06-19Set test to manual.Martin Bonato1-0/+2
2015-06-19Rename java packagesMartin Bonato24-131/+49
2015-06-19Fix build-helper-maven-plugin source pathMartin Bonato1-1/+1
2015-06-19Fix spring dependencies.Martin Bonato3-644/+642
2015-06-19Add maven-build-helper-plugin to include moa-id-commons/target/generated-sour...Martin Bonato1-1/+20
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
2015-06-19add 'getTimeStamp()' methodChristian Wagner1-0/+10
2015-06-19add missing getter-methods.Christian Wagner1-4/+171
2015-06-19move dependencies to more appropriate pom files, testNG warning NOT fixedGerwin Gsenger3-2/+27
2015-06-19Add unit initial unit tests.Martin Bonato7-9/+200
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
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 Gsenger2-5/+7
2015-06-19Revert "disable generation of java source files used for configuration, to av...Gerwin Gsenger1-1/+21
2015-06-19Revert "add previously auto-generated java source files used for configuration"Gerwin Gsenger90-23965/+0
2015-06-19rewrite 'AuthConfigurationProvider' in order to use key-value databaseChristian Wagner1-86/+671
2015-06-19add missing junit artifact to 'moa-id-commons' and update its version to 4.11Christian Wagner2-2/+9
2015-06-19add initial version of a moaid-configuration test, does not work if old db is...Gerwin Gsenger8-5/+220
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner10-50/+300
2015-06-19add workaround for static field bean initialization, rework getMOAIDConfigura...Gerwin Gsenger2-9/+48
2015-06-19add JSON annotations, remove unnecessary castGerwin Gsenger1-1/+12
2015-06-19add ability to extract all database data needed to build a 'MOAIDConfiguratio...Gerwin Gsenger1-0/+82
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' and...Christian Wagner2-0/+357
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 d...Gerwin Gsenger5-10/+317
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
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
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 name...Gerwin Gsenger1-21/+1
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