Java Servlet Programming (Java Series)
Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <security-role-ref > |
Synopsis
<!ELEMENT security-role-ref (description?, role-name, role-link)> Description
The <security-role-ref> element specifies an alias for a security role, mapping between the name used by a servlet and the name used in the deployment descriptor. <security-role-ref> <role-name>mgr</role-name> <role-link>manager</role-link> </security-role-ref>
|