Java EE 7 Application Developer — Question 41
Java EE's support for WS-Security includes handling which two types of security credentials? (Choose two.)
Answer options
- A. X.509 certificates
- B. SAML tokens
- C. OAuth Bearer tokens
- D. Two-factor authentication tokens
Correct answer: A, B
Explanation
The correct answers are A and B because Java EE's WS-Security is designed to support X.509 certificates and SAML tokens as part of its security infrastructure. Options C and D are not applicable here, as they do not fall under the specific support provided by WS-Security.