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 String
getDescription()
Get the description.String
getLink()
Get the link.String
getName()
Get the name.void
setDescription(String desc)
Set the description.void
setLink(String l)
Set the link.void
setName(String n)
Set the name.String
toString()
-
-
-
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.
-
-