Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | add a class that has the same method signatures as 'ConfiguratiohnDBRead' ↵ | Christian Wagner | 1 | -0/+2 | |
and is capable of reading from the new key-value DB | |||||
2015-06-19 | add NewAuthenticationProvider (instantiated as Spring bean, reads JSON from ↵ | Gerwin Gsenger | 1 | -0/+1 | |
db), add AuthConfiguration interface for Authentication providers | |||||
2015-06-19 | add raw configuration persistence functionality | Christian Wagner | 1 | -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 |