In which three ways are Security filters used in Spring Security? (Choose three.)
Spring Security uses a filter-based architecture to provide security services for web applications. A filter is an object that intercepts HTTP requests and responses and performs some logic before or after the request is processed by the servlet. Spring Security provides a number of filters for different purposes, such as:
Authentication: Filters that handle the authentication process, such as UsernamePasswordAuthenticationFilter, BasicAuthenticationFilter, RememberMeAuthenticationFilter, etc.
User management: Filters that manage the user details and roles, such as SecurityContextPersistenceFilter, AnonymousAuthenticationFilter, ConcurrentSessionFilter, etc.
Logout: Filters that handle the logout process, such as LogoutFilter and SecurityContextLogoutHandler.
Authorization: Filters that enforce access control rules based on the user's authentication and roles, such as FilterSecurityInterceptor, ExceptionTranslationFilter, etc.
Casie
13 hours agoLilli
6 days agoJill
11 days agoLeonard
16 days agoMarquetta
21 days agoMaybelle
26 days agoDelpha
1 month agoQuentin
1 month agoTamesha
1 month agoCheryl
2 months agoDion
2 months agoRebbecca
2 months agoDelsie
2 months agoJeannine
2 months agoEvelynn
2 months agoUna
3 months agoOmer
3 months agoDalene
3 months agoLeonora
3 months ago