Chapter 6
REST Authentication and Authorization

Section 1
The REST Service and Its Setup
Introduce the REST Service implemented with Spring MVC, JPA, and Spring Data; show how a setup process should be implemented and persist new users and new authorities during this process. - Introduce the REST Service implementation with Spring MVC and the testing tools for REST - Show the Controller layer and the Service layer; discuss where security needs to be enforced and why - Implement the setup process for provisioning access to new users and authorities in the system. Show how authentication works