SCJP Certification

Sun Certified Java Programmer Certification exam essentials

May 28th, 2010

What is the security-role-ref element?

Uncategorized, by Daisy Williams.

The <security-role-ref> element is used to specify the declaration of a security role reference in the web application’s code. The declaration of the element consists of the following elements:

  1. <description>:It is an optional element that specifies the information about the reference.
  2. <role-name>:It is used to specify the security role name used in the code.
  3. <role-link>: It specifies the value of the name of the security role that the user may be mapped into. This element is used to link a security role reference to a defined security role. This element must contain the name of one of the security roles defined in the security-role elements.
Share

Back Top

Responses to “What is the security-role-ref element?”

Comments (0) Trackbacks (0) Leave a comment Trackback url
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*