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.
Loading...
Related Quiz
- In connection pooling, what does the term "Maximum Pool Size" refer to?
- To create conditional beans within custom Auto Configuration, you can use the @_____ annotation with a specific condition.
- How can CSRF protection be customized or disabled in Spring Security?
- In which scenario would you use the @ConditionalOnProperty annotation in Auto Configuration?
- In Spring Boot, which annotation is primarily used to perform Bean Validation on fields?