April 2001
Intermediate to advanced
780 pages
23h 48m
English
<auth-constraint>
<!ELEMENT auth-constraint (description?, role-name*)>
The
<auth-constraint>
element indicates the user roles that should be permitted access to a
resource collection. The role names used here must appear in a
<security-role-ref> element.
<security-constraint>
<web-resource-collection>
...
</web-resource-collection>
<auth-constraint>
<role-name>manager</role-name>
</auth-constraint>
</security-constraint>