New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

GIAC Secure Software Programmer – Java GSSP-Java Question # 53 Topic 6 Discussion

GIAC Secure Software Programmer – Java GSSP-Java Question # 53 Topic 6 Discussion

GSSP-Java Exam Topic 6 Question 53 Discussion:
Question #: 53
Topic #: 6

Mark works as a Programmer for InfoTech Inc. He wants to define the security constraint for an application that allows users with the role of Manager access to the POST method of all resources with

the URL pattern /acme/Manager/*, and also allow users with the role of Editor access to the POST method of all resources with the URL pattern /acme/Editor/*. Which of the following code will be used to declare the security element?


A.

Manager

/acme/Manager/*

GET

POST

<auth-constraint>

Manager

</auth-constraint>


B.

Manager

/acme/Manager/*

GET

POST

<auth-constraint>

Manager

</auth-constraint>

GET

POST


C.

Manager

/acme/Manager/*

GET

POST

<auth-constraint>

Manager

</auth-constraint>

<auth-constraint>

Editor

</auth-constraint>


D.

Manager

/acme/Manager/*

GET

POST

Editor

/acme/Editor/*

GET


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.