GIAC
GSSP-JAVA · Question #232
Mark works as a Programmer for InfoTech Inc. He develops a deployment descriptor code that contains three valid <security-constraint> elements. All of them constraining a Web resource Res1, the…
The correct answer is B. No one can access the resource. See the full explanation below for the reasoning.
Question
Mark works as a Programmer for InfoTech Inc. He develops a deployment descriptor code that contains three valid <security-constraint> elements. All of them constraining a Web resource Res1, the <auth-constraint> sub-element of the <security-constraint> elements are as follows. <auth-constraint>Admin</auth-constraint> <auth-constraint>Manager</auth-constraint> <auth-constraint/> Which of the following can access the resource Res1?
Options
- AOnly Manager can access the resource.
- BNo one can access the resource.
- CEveryone can access the resource.
- DOnly Admin can access the resource.
How the community answered
(49 responses)- A8% (4)
- B71% (35)
- C4% (2)
- D16% (8)
Community Discussion
No community discussion yet for this question.