org.objectweb.jonas_rar.deployment.xml
Class SecurityEntry

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_rar.deployment.xml.SecurityEntry
All Implemented Interfaces:
java.io.Serializable, Element

public class SecurityEntry
extends AbsElement

This class defines the implementation of the element security-entry

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
SecurityEntry()
          Constructor
 
Method Summary
 java.lang.String getEncrypted()
          Gets the encrypted value
 java.lang.String getPassword()
          Gets the password
 java.lang.String getPrincipalName()
          Gets the principalName
 java.lang.String getUser()
          Gets the user
 void setEncrypted(java.lang.String encrypted)
          Set the encrypted
 void setPassword(java.lang.String password)
          Set the password
 void setPrincipalName(java.lang.String principalName)
          Set the principalName
 void setUser(java.lang.String user)
          Set the user
 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

SecurityEntry

public SecurityEntry()
Constructor

Method Detail

getPrincipalName

public java.lang.String getPrincipalName()
Gets the principalName

Returns:
the principalName

setPrincipalName

public void setPrincipalName(java.lang.String principalName)
Set the principalName

Parameters:
principalName - id object

getUser

public java.lang.String getUser()
Gets the user

Returns:
the user

setUser

public void setUser(java.lang.String user)
Set the user

Parameters:
user - id object

getPassword

public java.lang.String getPassword()
Gets the password

Returns:
the password

setPassword

public void setPassword(java.lang.String password)
Set the password

Parameters:
password - id object

getEncrypted

public java.lang.String getEncrypted()
Gets the encrypted value

Returns:
the encrypted value

setEncrypted

public void setEncrypted(java.lang.String encrypted)
Set the encrypted

Parameters:
encrypted - id object

toXML

public java.lang.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.