GIAC
GSSP-JAVA · Question #69
GSSP-JAVA Question #69: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-JAVA to reveal the answer and full explanation for question #69. The question stem and answer options stay visible for context.
Question
Mark works as a Programmer for InfoTech Inc. He develops the following security-constraint code. <security-constraint> <web-resource-collection> <web-resource-name>Manager</web-resource-name> <url-pattern>/acme/Manager/</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> </web-resource-collection> //<auth-constraint/> code </security-constraint> <security-constraint> <web-resource-collection> <web-resource-name>Manager</web-resource-name> <url-pattern>/acme/Manager/</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> </web-resource-collection> //<auth-constraint/> code </security-constraint> Which of the following <auth-constraint> element declarations of the <security-constraint> will allow everybody to access the same resources?
Options
- APlace the following code in the second <security-constraint> declaration.
- BPlace the following code in the first <security-constraint> declaration.
- CPlace the following code in the first <security-constraint> declaration.
- DPlace the following code in the first <security-constraint> declaration.
Unlock GSSP-JAVA to see the answer
You've previewed enough free GSSP-JAVA questions. Unlock GSSP-JAVA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.