Which of the following statements is true?
You work as a Programmer for InfoTech Inc and develop the following two
declarations.
<auth-constraint/>
<auth-constraint>
</auth-constraint>
Which of the following statements is true about the <auth-constraint> in the code given above?
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?