When using @PostAuthorize in Spring Security, the access control decision is made after the _____ has been invoked.

  • controller
  • method
  • repository
  • service
When using @PostAuthorize in Spring Security, the access control decision is made after the method has been invoked. This annotation allows you to specify additional checks on the return value of the method.
Add your answer
Loading...

Leave a comment

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