WIP: Resolve "Implement Spring Security"
Closes #563 (closed)
This is a WIP. Do not merge.
@piotr.gawron Spring Security is now active, does handle basic Dao authentication and manages the application security on an API level.
TODO:
- LDAP AuthenticationProvider
- Remove all custom security from the rest-api module
- Add interface level security and filtering to the service module
- Make all unit tests pass