org.ow2.jonas.deployment.rar.xml
Class JonasSecurityMapping

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.rar.xml.JonasSecurityMapping
All Implemented Interfaces:
Serializable, Element

public class JonasSecurityMapping
extends AbsElement

This class defines the implementation of the element jonas-security-mapping

Author:
Eric Hardesty
See Also:
Serialized Form

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
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.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

JonasSecurityMapping

public JonasSecurityMapping()
Constructor

Method Detail

getSecurityEntryList

public JLinkedList getSecurityEntryList()
Gets the security-entry

Returns:
the security-entry

setSecurityEntryList

public void setSecurityEntryList(JLinkedList securityEntryList)
Set the security-entry

Parameters:
securityEntryList - securityEntryList

addSecurityEntry

public void addSecurityEntry(SecurityEntry securityEntry)
Add a new security-entry element to this object

Parameters:
securityEntry - the securityEntry object

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.


Copyright © 2010 OW2 Consortium. All Rights Reserved.