Default filters functional

Report a typo

Match the names of the Spring Default filter with their descriptions.

Match the items from left and right columns
UsernamePasswordAuthenticationFilter
BasicAuthenticationFilter
AuthorizationFilter
LogoutFilter
Intercepts the logout request, clears the security context, and performs any necessary cleanup or additional actions
Responsible for processing HTTP Basic authentication. It decodes the Authorization header, extracts the username and password, and attempts to authenticate the user
Restricts access to the URL with the help of AuthorizationManager
Handles the authentication process for username and password-based authentication
___

Create a free account to access the full topic