For security purposes, filters are often used to implement __________ and __________ controls.
- authentication, authorization
- authentication, validation
- authorization, authentication
- validation, authorization
For security purposes, filters are often used to implement authentication and authorization controls, ensuring proper user identification and access rights in a web application.
Loading...
Related Quiz
- The __________ method is used to set an HTTP status code without a message.
- _________ is used to monitor lifecycle events of a session.
- A transaction's property ensuring that either all its operations are completed successfully, or none are, is known as _________.
- How is a servlet configured in a web application?
- Can a filter modify the request and response objects?