oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

#622: implemented (added AccessControlConfig) #631

Closed hohwille closed 6 years ago

hohwille commented 6 years ago

This PR implements #622:

Feedback to improve the config "API" is most welcome. I did not (yet) deprecate the code that may not be used anymore such as AccessControlProviderImpl and AccessControlSchema, etc. First I want to await feedback from others but I am quite convinced that the old XML stuff is kind of odd compared to the new approach. We still have issues with referencing and code-generation from the XML. All solved as a single source of truth with the new approach where everything is in one place.

hohwille commented 6 years ago

@maybeec thanks for your review feedback. I have updated and improved the test accordingly. Hopefully everything is fine now.