org.objectweb.jonas_rar.deployment.xml.SecurityEntry Class Reference

List of all members.

Public Member Functions

 SecurityEntry ()
String getPrincipalName ()
void setPrincipalName (String principalName)
String getUser ()
void setUser (String user)
String getPassword ()
void setPassword (String password)
String getEncrypted ()
void setEncrypted (String encrypted)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element security-entry

Author:
Eric Hardesty

Definition at line 36 of file SecurityEntry.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.SecurityEntry.SecurityEntry  ) 
 

Constructor

Definition at line 61 of file SecurityEntry.java.


Member Function Documentation

String org.objectweb.jonas_rar.deployment.xml.SecurityEntry.getEncrypted  ) 
 

Gets the encrypted value

Returns:
the encrypted value

Definition at line 117 of file SecurityEntry.java.

Referenced by org.objectweb.jonas_rar.deployment.api.SecurityEntryDesc.SecurityEntryDesc().

String org.objectweb.jonas_rar.deployment.xml.SecurityEntry.getPassword  ) 
 

Gets the password

Returns:
the password

Definition at line 101 of file SecurityEntry.java.

Referenced by org.objectweb.jonas_rar.deployment.api.SecurityEntryDesc.SecurityEntryDesc().

String org.objectweb.jonas_rar.deployment.xml.SecurityEntry.getPrincipalName  ) 
 

Gets the principalName

Returns:
the principalName

Definition at line 69 of file SecurityEntry.java.

Referenced by org.objectweb.jonas_rar.deployment.api.SecurityEntryDesc.SecurityEntryDesc().

String org.objectweb.jonas_rar.deployment.xml.SecurityEntry.getUser  ) 
 

Gets the user

Returns:
the user

Definition at line 85 of file SecurityEntry.java.

Referenced by org.objectweb.jonas_rar.deployment.api.SecurityEntryDesc.SecurityEntryDesc().

void org.objectweb.jonas_rar.deployment.xml.SecurityEntry.setEncrypted String  encrypted  ) 
 

Set the encrypted

Parameters:
encrypted id object

Definition at line 125 of file SecurityEntry.java.

void org.objectweb.jonas_rar.deployment.xml.SecurityEntry.setPassword String  password  ) 
 

Set the password

Parameters:
password id object

Definition at line 109 of file SecurityEntry.java.

void org.objectweb.jonas_rar.deployment.xml.SecurityEntry.setPrincipalName String  principalName  ) 
 

Set the principalName

Parameters:
principalName id object

Definition at line 77 of file SecurityEntry.java.

void org.objectweb.jonas_rar.deployment.xml.SecurityEntry.setUser String  user  ) 
 

Set the user

Parameters:
user id object

Definition at line 93 of file SecurityEntry.java.

String org.objectweb.jonas_rar.deployment.xml.SecurityEntry.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prefixing XML representation.
Returns:
the XML description of this object.

Definition at line 134 of file SecurityEntry.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:23 2005 for JOnAS by  doxygen 1.3.9.1