Package org.jboss.security.javaee
Class SecurityRoleRef
- java.lang.Object
-
- org.jboss.security.javaee.SecurityRoleRef
-
- Direct Known Subclasses:
SecurityRoleRef
public class SecurityRoleRef extends Object
Represents a Security Role Ref element in the deployment descriptor- Since:
- Jul 21, 2006
- Version:
- $Revision: 68749 $
- Author:
- Anil Saldhana
-
-
Constructor Summary
Constructors Constructor Description SecurityRoleRef()SecurityRoleRef(String name, String link)SecurityRoleRef(String name, String link, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get the description.StringgetLink()Get the link.StringgetName()Get the name.voidsetDescription(String desc)Set the description.voidsetLink(String l)Set the link.voidsetName(String n)Set the name.StringtoString()
-
-
-
Method Detail
-
getDescription
public String getDescription()
Get the description.- Returns:
- the description.
-
setDescription
public void setDescription(String desc)
Set the description.
-
getLink
public String getLink()
Get the link.- Returns:
- link
-
setLink
public void setLink(String l)
Set the link.
-
getName
public String getName()
Get the name.- Returns:
- the name.
-
setName
public void setName(String n)
Set the name.
-
-