|
||||||||||
| 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_rar.deployment.xml.JonasSecurityMapping
This class defines the implementation of the element jonas-security-mapping
| Constructor Summary | |
JonasSecurityMapping()
Constructor |
|
| Method Summary | |
void |
addSecurityEntry(SecurityEntry securityEntry)
Add a new security-entry element to this object |
JLinkedList |
getSecurityEntryList()
Gets the security-entry |
void |
setSecurityEntryList(JLinkedList securityEntryList)
Set the security-entry |
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 JonasSecurityMapping()
| Method Detail |
public JLinkedList getSecurityEntryList()
public void setSecurityEntryList(JLinkedList securityEntryList)
securityEntryList - securityEntryListpublic void addSecurityEntry(SecurityEntry securityEntry)
securityEntry - the securityEntry objectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||