- All Implemented Interfaces:
- Serializable
Representation of a security role reference for a web application, as
 represented in a <security-role-ref> element
 in the deployment descriptor.
- Since:
- Tomcat 5.5
- See Also:
- 
- 
Constructor SummaryConstructors 
- 
Method Summary
    void
   void
   
Return a String representation of this object. 
 
 
 
 
- 
Constructor Details
- 
SecurityRoleRefpublic SecurityRoleRef() 
 
- 
Method Details
- 
- 
setNamepublic void setName(String name) 
- 
- 
setLinkpublic void setLink(String link) 
- 
toStringReturn a String representation of this object. 
- Overrides:
- toStringin class- Object