The LdapAuthenticatorConfigurationController needs to be refactored a bit so that it is following the How-To-Implement-Spring-Controllers. It looks like the toError method, which is stored in the BaseController, can be deleted after the refactoring. Use the appropriate getSuccessful/getFailed/getNotFound/getBadRequest/etc methods from the BaseController instead.
I'll take it!
There are a few metods that produce MediaType.APPLICATION_XML_VALUE. Should they still produce it? Just asking.
getRolesMappinggetUserDnPatternsgetUserSearchFiltergetGroupSearchFilterI'm not sure if that will be necessary. I would leave only the JSON as having output XML will do no good for the front-end. @carlspring thoughts?
I think these should be both in XML and JSON. What do you guys think?
I agree with @steve-todorov on this one.
Okay then, please proceed as you find fit!