Using Spring Security to secure Apache Camel REST services
When developing REST APIs, you often need to secure (some of) its methods. Maybe some methods will be made publicly available, some may require users to be authenticated, and others may even require certain authorization… Using Spring Security to secure Apache Camel REST services