| API: move create/delete user calls to usermanager
 This only moves the calls. A proper refactoring of the user manager
 would make sense:
 
 1) introduce a helper component covering the basic operations
 API: move create/delete user calls to usermanager
 This only moves the calls. A proper refactoring of the user manager
 would make sense:
 
 1) introduce a helper component covering the basic operations including
 proper error signalling using Exceptions
 2) refactor admin and cli components to make use of 1)
 3) make the operations in 1) available via the API
 show more ...  
 |