Valid GSNA Dumps shared by EduDump.com for Helping Passing GSNA Exam! EduDump.com now offer the newest GSNA exam dumps, the EduDump.com GSNA exam questions have been updated and answers have been corrected get the newest EduDump.com GSNA dumps with Test Engine here:
You work as a Web Deployer for UcTech Inc. You write the <security constraint> element for an application in which you write the <auth-constraint> sub-element as follows: <auth-constraint> <role- name>*</role-name> </auth-constraint> Who will have access to the application?
Correct Answer: C
Explanation/Reference: Explanation: The <auth-constraint> element is a sub-element of the <security-constraint> element. It defines the roles that are allowed to access the Web resources specified by the <web-resource-collection> sub-elements. The <auth-constraint> element is written in the deployment descriptor as follows: <security-constraint> <web-resource-collection> ---------------- </web-resource-collection> <auth- constraint> <role-name>Administrator</role-name> </auth-constraint> </security-constraint> Writing Administrator within the <role-name> element will allow only the administrator to have access to the resource defined within the <web-resource-collection> element.