November 2017
Intermediate to advanced
542 pages
14h 24m
English
We can expand on the Spring Security configuration from Hello Spring Security to vary the access controls by URL. In this section, you will find a configuration that allows more granular control over how resources can be accessed. In the configuration, Spring Security does the following tasks:
Take a look at the following code snippet:
//src/main/java/com/packtpub/springsecurity/configuration/ ...
Read now
Unlock full access