aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/resources/configuration.beans.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27some more updates are required to support postgresql databasesThomas Lenz1-17/+19
2018-02-23first untested unfactoring for Postgresql suppportThomas Lenz1-0/+10
The scheme of configuration DB changed, therefore this version is incompatible to 3.3.2 configuration
2016-06-28statisticlogger dbcp connection poolChristian Maierhofer1-0/+1
2015-07-21fix MOA-ID-Auth problemsThomas Lenz1-34/+0
2015-07-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz1-10/+18
2015-07-02new files for key/value configThomas Lenz1-0/+56
2015-07-02develThomas Lenz1-56/+0
2015-06-19Rename java packagesMartin Bonato1-2/+2
2015-06-19add CLI migration (XML to property file, property file to db, db to property ↵Gerwin Gsenger1-2/+0
file)
2015-06-19add writer to store the configuration in key-value databaseChristian Wagner1-0/+2
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys
2015-06-19add workaround for static field bean initialization, rework ↵Gerwin Gsenger1-1/+1
getMOAIDConfiguration()
2015-06-19add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵Christian Wagner1-0/+2
and is capable of reading from the new key-value DB
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 Wagner1-0/+53
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all