org.apache.catalina.deploy
public class SecurityRoleRef extends Object
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
Version: $Revision: 550263 $ $Date: 2007-06-24 19:28:45 +0200 (Sun, 24 Jun 2007) $
| Method Summary | |
|---|---|
| String | getLink() |
| String | getName() |
| void | setLink(String link) |
| void | setName(String name) |
| String | toString()
Return a String representation of this object. |