org.apache.catalina.deploy

Class 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: $Revision: 550263 $ $Date: 2007-06-24 19:28:45 +0200 (Sun, 24 Jun 2007) $

Author: Mark Thomas

Method Summary
StringgetLink()
StringgetName()
voidsetLink(String link)
voidsetName(String name)
StringtoString()
Return a String representation of this object.

Method Detail

getLink

public String getLink()

getName

public String getName()

setLink

public void setLink(String link)

setName

public void setName(String name)

toString

public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.