org.objectweb.jonas_web.deployment.xml.AuthConstraint Class Reference

List of all members.

Public Member Functions

 AuthConstraint ()
void addDescription (String description)
void addRoleName (String roleName)
JLinkedList getDescriptionList ()
JLinkedList getRoleNameList ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element auth-constraint
Author:
Florent Benoit

Definition at line 36 of file AuthConstraint.java.


Constructor & Destructor Documentation

org.objectweb.jonas_web.deployment.xml.AuthConstraint.AuthConstraint  ) 
 

Constructor

Definition at line 52 of file AuthConstraint.java.


Member Function Documentation

void org.objectweb.jonas_web.deployment.xml.AuthConstraint.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description description

Definition at line 65 of file AuthConstraint.java.

void org.objectweb.jonas_web.deployment.xml.AuthConstraint.addRoleName String  roleName  ) 
 

Add a new role-name element to this object

Parameters:
roleName role-name

Definition at line 73 of file AuthConstraint.java.

JLinkedList org.objectweb.jonas_web.deployment.xml.AuthConstraint.getDescriptionList  ) 
 

Gets the description list

Returns:
the description list

Definition at line 83 of file AuthConstraint.java.

JLinkedList org.objectweb.jonas_web.deployment.xml.AuthConstraint.getRoleNameList  ) 
 

Gets the role-name list

Returns:
the role-name list

Definition at line 91 of file AuthConstraint.java.

String org.objectweb.jonas_web.deployment.xml.AuthConstraint.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 100 of file AuthConstraint.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML().

Referenced by org.objectweb.jonas_web.deployment.xml.SecurityConstraint.toXML().

Here is the call graph for this function:


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