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

Leave a comment

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