Spring Security in Spring Boot allows a couple of different approaches for setting access rights for our endpoints. We explore both the standard web security module and the JSR–250 approach that can be applies to methods deeper than the controller.
I’m a certified Java Enterprise Architect with over 20 years of Java server-side development experience, mainly in the financial and travel industries. Most recently using Spring Boot for REST API development and am an avid fan of the Spock testing framework.
Filed under Spring Boot, Spring Security
Spring Security in Spring Boot allows a couple of different approaches for setting access rights for our endpoints. We explore both the standard web security module and the JSR–250 approach that can be applies to methods deeper than the controller.
Filed under Security
The java.security.egd JVM startup property affects how the SecureRandom class initializes. Let’s explore how changing its value impacts our code.