GIAC
GSSP-JAVA · Question #122
GSSP-JAVA Question #122: Real Exam Question with Answer & Explanation
Sign in or unlock GSSP-JAVA to reveal the answer and full explanation for question #122. The question stem and answer options stay visible for context.
Question
Mark works as a Programmer for InfoTech Inc. He develops an application named AccountServlet. He wants to ensure that no body can access his application, i.e., he does not want any role to have access on his application. He defines the following security constraint for his application. <security-constraint> <web-resource-collection> <web-resource-name>AccountServlet</web-resource-name> <url-pattern>/acme/Account</url-pattern> <http-method>GET</http-method> <http-method>PUT</http-method> </web-resource-collection> //code </security-constraint> Which of the following options will be used to secure his application?
Options
- A<auth-constraint/>
- BSkip the <auth-constraint> element in the security constraint code.
- C<auth-constraint>
- D<auth-constraint>
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.