Exam 1z0-900 All QuestionsBrowse all questions from this exam
Question 8

Java EE's support for WS-Security includes handling which two types of security credentials? (Choose two.)

    Correct Answer: A, B

    Java EE's support for WS-Security includes handling X.509 certificates and SAML tokens. X.509 certificates are widely used digital certificates that help validate the identity of the parties involved and establish a secure communication channel. SAML (Security Assertion Markup Language) tokens are used for exchanging authentication and authorization data between security domains, commonly in a web-based environment. Both X.509 certificates and SAML tokens are standard security credentials supported by WS-Security in Java EE.

Discussion
orjavaOptions: AB

A and B. (X 509, SAML Tokens, Kerberos Tickets, UserName Tokens)

peteVlnOptions: AB

Correct answers are A and B. You can check it in Oracle Java EE 7 Tutorial