|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_web.deployment.xml.AuthConstraint
This class defines the implementation of the element auth-constraint
| Constructor Summary | |
AuthConstraint()
Constructor |
|
| Method Summary | |
void |
addDescription(java.lang.String description)
Add a new description element to this object |
void |
addRoleName(java.lang.String roleName)
Add a new role-name element to this object |
JLinkedList |
getDescriptionList()
Gets the description list |
JLinkedList |
getRoleNameList()
Gets the role-name list |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthConstraint()
| Method Detail |
public void addDescription(java.lang.String description)
description - descriptionpublic void addRoleName(java.lang.String roleName)
roleName - role-namepublic JLinkedList getDescriptionList()
public JLinkedList getRoleNameList()
public java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||