GIAC Secure Software Programmer – Java GSSP-Java Question # 4 Topic 1 Discussion

GIAC Secure Software Programmer – Java GSSP-Java Question # 4 Topic 1 Discussion

GSSP-Java Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

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.

AccountServlet

/acme/Account

GET

PUT

//code

Which of the following options will be used to secure his application?


A.

<auth-constraint/>


B.

Skip the <auth-constraint> element in the security constraint code.


C.

<auth-constraint>

*

</auth-constraint>


D.

<auth-constraint>

NONE

</auth-constraint>


Get Premium GSSP-Java Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.