org.objectweb.jonas_client.deployment.xml
Class JonasSecurity

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

public class JonasSecurity
extends AbsElement

This class defines the implementation of the element jonas-security

Author:
jonas-team
See Also:
Serialized Form

Constructor Summary
JonasSecurity()
          Default constructor
 
Method Summary
 java.lang.String getJaasentry()
           
 java.lang.String getJaasfile()
           
 java.lang.String getPassword()
           
 java.lang.String getUsername()
           
 void setJaasentry(java.lang.String jaasentry)
          Set the jaasentry
 void setJaasfile(java.lang.String jaasfile)
          Set the jaasfile
 void setPassword(java.lang.String password)
          Set the password
 void setUsername(java.lang.String username)
          Set the username
 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

JonasSecurity

public JonasSecurity()
Default constructor

Method Detail

getJaasfile

public java.lang.String getJaasfile()
Returns:
the jaasfile

setJaasfile

public void setJaasfile(java.lang.String jaasfile)
Set the jaasfile

Parameters:
jaasfile - jaasfile

getJaasentry

public java.lang.String getJaasentry()
Returns:
the jaasentry

setJaasentry

public void setJaasentry(java.lang.String jaasentry)
Set the jaasentry

Parameters:
jaasentry - jaasentry

getUsername

public java.lang.String getUsername()
Returns:
the username

setUsername

public void setUsername(java.lang.String username)
Set the username

Parameters:
username - username

getPassword

public java.lang.String getPassword()
Returns:
the password

setPassword

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

Parameters:
password - password

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 prexifing XML representation.
Returns:
the XML description of this object.