Java EE's support for WS-Security includes handling which two types of security credentials? (Choose two.)
Java EE's support for WS-Security includes handling which two types of security credentials? (Choose two.)
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.
A and B. (X 509, SAML Tokens, Kerberos Tickets, UserName Tokens)
Correct answers are A and B. You can check it in Oracle Java EE 7 Tutorial