- 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 Summary
Constructors
-
Method Summary
void
void
Return a String representation of this object.
-
Constructor Details
-
SecurityRoleRef
public SecurityRoleRef()
-
Method Details
-
-
setName
public void setName(String name)
-
-
setLink
public void setLink(String link)
-
toString
Return a String representation of this object.
- Overrides:
toString
in class Object