|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.javaee.SecurityRoleRef
public class SecurityRoleRef
Represents a Security Role Ref element in the deployment descriptor
| Constructor Summary | |
|---|---|
SecurityRoleRef()
|
|
SecurityRoleRef(String name,
String link)
|
|
SecurityRoleRef(String name,
String link,
String description)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityRoleRef()
public SecurityRoleRef(String name,
String link)
public SecurityRoleRef(String name,
String link,
String description)
| Method Detail |
|---|
public String getDescription()
public void setDescription(String desc)
public String getLink()
public void setLink(String l)
public String getName()
public void setName(String n)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||