Certified Application Security Engineer – Java (CASE-Java) — Question 8
Which of the following authentication mechanism does J2EE support?
Answer options
- A. Windows, Form based, Role Based, Client/Server Mutual Authentication
- B. Role Based, Http Basic, Windows, Http Digest Authentication
- C. Http Basic, Form Based, Client/Server Mutual, Role Based Authentication
- D. Http Basic, Form Based, Client/Server Mutual, HTTP Digest Authentication
Correct answer: D
Explanation
The correct answer is D because J2EE supports Http Basic, Form Based, Client/Server Mutual, and HTTP Digest Authentication methods. Options A, B, and C include authentication methods that are not fully supported by J2EE or mix in unsupported options, making them incorrect.