The use of _____ in Spring Security allows for the application of security constraints on methods across various layers of an application.
- @ApplyConstraints
- @EnableMethodSecurity
- @EnableSecurity
- @MethodConstraints
The use of @EnableMethodSecurity in Spring Security allows for the application of security constraints on methods across various layers of an application. It is used at the configuration level to enable method-level security annotations.
Loading...
Related Quiz
- What is the significance of the @SpringBootApplication annotation, and which annotations does it include implicitly?
- To configure a JWT token store in a Spring Boot application, you need to define a _____ bean in the configuration class.
- How can you handle different HTTP methods in a single method in a Spring Boot controller?
- In Spring Boot, what is the significance of the @Repository annotation, and how is it different from @Component?
- How can you perform Unit Testing in a Spring Boot application to ensure that the Security Configurations are working as expected?