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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *