Java EE 7 Application Developer — Question 25

Which two capabilities are provided by the Java Authentication and Authorization Services (JAAS) API? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D because JAAS is specifically designed to manage user authentication and authorization, ensuring users are permitted to perform certain actions (B) and validating their identity claims (D). Options A and C relate to data security and integrity, which are not the primary functions of JAAS.