The last recipe for this chapter is essential in building secured reactive and asynchronous Spring MVC applications. This is all about imposing authentication and authorization rules on asynchronous services and controllers using Spring Security 4.2.x.
Applying security on TaskExecutors
Getting started
Open ch08 for the last time and apply the security rules based on Spring Security 4.2 security contexts.
How to do it...
This last recipe is an extension of the Spring Security module that is applied to asynchronous services and controllers. Follow these steps on how threads...