org.apache.catalina.deploy
Class SecurityRoleRef
java.lang.Object
org.apache.catalina.deploy.SecurityRoleRef
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:
- $Id: SecurityRoleRef.java 939305 2010-04-29 13:43:39Z kkolinko $
- Author:
- Mark Thomas
SecurityRoleRef
public SecurityRoleRef()
getName
public String getName()
setName
public void setName(String name)
getLink
public String getLink()
setLink
public void setLink(String link)
toString
public String toString()
- Return a String representation of this object.
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.