In Spring Security, implementing _______ can be used to provide custom user authentication.
- AuthenticationManager
- CustomUserAuthentication
- UserDetailsAuthentication
- UserDetailsService
In Spring Security, implementing a UserDetailsService allows you to provide custom user authentication. This interface is responsible for loading user-specific data and is a key component for customizing authentication processes in Spring Security.
Loading...
Related Quiz
- What is the primary role of the @RestController annotation in Spring Boot?
- The @WebMvcTest annotation in Spring Boot will _____ any @Component, @Service, and @Repository beans by default.
- How does WebFlux differ from the traditional Spring MVC framework in handling HTTP requests?
- In Spring Boot, to apply validation constraints on a field, the _____ annotation is used along with specific constraint annotations.
- When using @Secured annotation, what is the format to specify the required authority?