Direction: Choose the correct option
Q1.
What is Spring Security?
Direction: Choose the correct option
Q2.
Which annotation enables Spring Security in a Spring Boot app?
Direction: Choose the correct option
Q3.
What is authentication in Spring Security?
Direction: Choose the correct option
Q4.
What is authorization?
Direction: Choose the correct option
Q5.
What is a UserDetailsService?
Direction: Choose the correct option
Q6.
What does the PasswordEncoder interface do?
Direction: Choose the correct option
Q7.
What is the default login form in Spring Security?
Direction: Choose the correct option
Q8.
What is the SecurityContextHolder?
Direction: Choose the correct option
Q9.
How do you configure which URLs are secured?
Direction: Choose the correct option
Q10.
What does .permitAll() do in security configuration?
