In Spring Security, a custom access decision voter can be created to use with method security by implementing the _____ interface.

  • AccessDecisionVoter
  • Authentication
  • Authorization
  • UserDetails
In Spring Security, a custom access decision voter can be created by implementing the AccessDecisionVoter interface. This interface allows you to define your own logic for making access control decisions when using method security.
Add your answer
Loading...

Leave a comment

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