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

Collaboration diagram for org.objectweb.jonas_web.deployment.xml.SecurityConstraint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SecurityConstraint ()
void setWebResourceCollectionList (JLinkedList webResourceCollectionList)
void addWebResourceCollection (WebResourceCollection webResourceCollection)
void setAuthConstraint (AuthConstraint authConstraint)
void setUserDataConstraint (UserDataConstraint userDataConstraint)
JLinkedList getWebResourceCollectionList ()
AuthConstraint getAuthConstraint ()
UserDataConstraint getUserDataConstraint ()
String toXML (int indent)

Detailed Description

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

Definition at line 36 of file SecurityConstraint.java.


Constructor & Destructor Documentation

org.objectweb.jonas_web.deployment.xml.SecurityConstraint.SecurityConstraint  ) 
 

Constructor

Definition at line 57 of file SecurityConstraint.java.


Member Function Documentation

void org.objectweb.jonas_web.deployment.xml.SecurityConstraint.addWebResourceCollection WebResourceCollection  webResourceCollection  ) 
 

Add a new web-resource-collection element to this object

Parameters:
webResourceCollection web-resource-collection

Definition at line 77 of file SecurityConstraint.java.

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

Gets the authConstraint

Returns:
the authConstraint

Definition at line 114 of file SecurityConstraint.java.

UserDataConstraint org.objectweb.jonas_web.deployment.xml.SecurityConstraint.getUserDataConstraint  ) 
 

Gets the userDataConstraint

Returns:
the userDataConstraint

Definition at line 122 of file SecurityConstraint.java.

JLinkedList org.objectweb.jonas_web.deployment.xml.SecurityConstraint.getWebResourceCollectionList  ) 
 

Gets the webResourceCollection list

Returns:
the webResourceCollection list

Definition at line 106 of file SecurityConstraint.java.

void org.objectweb.jonas_web.deployment.xml.SecurityConstraint.setAuthConstraint AuthConstraint  authConstraint  ) 
 

Set the auth-constraint

Parameters:
authConstraint auth-constraint

Definition at line 85 of file SecurityConstraint.java.

void org.objectweb.jonas_web.deployment.xml.SecurityConstraint.setUserDataConstraint UserDataConstraint  userDataConstraint  ) 
 

Set the user-data-constraint

Parameters:
userDataConstraint user-data-constraint

Definition at line 93 of file SecurityConstraint.java.

void org.objectweb.jonas_web.deployment.xml.SecurityConstraint.setWebResourceCollectionList JLinkedList  webResourceCollectionList  ) 
 

Set the web-resource-collection

Parameters:
webResourceCollectionList web-resource-collection

Definition at line 69 of file SecurityConstraint.java.

String org.objectweb.jonas_web.deployment.xml.SecurityConstraint.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 132 of file SecurityConstraint.java.

References org.objectweb.jonas_web.deployment.xml.UserDataConstraint.toXML(), org.objectweb.jonas_web.deployment.xml.AuthConstraint.toXML(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.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:32 2005 for JOnAS by  doxygen 1.3.9.1