Which component is responsible for managing security in a Java EE environment?
- Enterprise JavaBean (EJB)
- Java Authentication and Authorization Service (JAAS)
- Java Naming and Directory Interface (JNDI)
- Servlet Container
The Java Authentication and Authorization Service (JAAS) is responsible for managing security in a Java EE environment, providing a framework for user authentication and authorization.
Loading...
Related Quiz
- In a scenario where a filter needs to restrict access based on user roles, which object or method is essential for implementing this?
- Which method is used to retrieve detailed information about an SQL exception?
- How can a servlet-based application detect and handle WebSocket upgrade requests?
- When implementing a servlet to handle form data from a dynamically generated form with varying field names, what strategy should be employed?
- What must be done to ensure the safe and correct download of files with different character encodings?