You work as a Programmer for InfoTech Inc and develop the following two
declarations.
Manager
/acme/Manager/*
GET
POST
<auth-constraint/>
<auth-constraint>
</auth-constraint>
Which of the following statements is true about the <auth-constraint> in the code given above?
Nobody is allowed to access the specified resources.
Only Manager is allowed to access the specified resources.
The first element declaration is incorrect.
It is not possible to define the multiple security constraint on a single resource.
Submit