aboutsummaryrefslogtreecommitdiff
path: root/id/server/moa-id-commons/src/main/resources/configuration.beans.xml
AgeCommit message (Collapse)AuthorFilesLines
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