| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_web.deployment.xml.SecurityConstraint
SecurityConstraint | public class SecurityConstraint extends AbsElement (Code) | | This class defines the implementation of the element security-constraint
author: Florent Benoit |
SecurityConstraint | public SecurityConstraint()(Code) | | Constructor
|
addWebResourceCollection | public void addWebResourceCollection(WebResourceCollection webResourceCollection)(Code) | | Add a new web-resource-collection element to this object
Parameters: webResourceCollection - web-resource-collection |
getAuthConstraint | public AuthConstraint getAuthConstraint()(Code) | | Gets the authConstraint
the authConstraint |
getUserDataConstraint | public UserDataConstraint getUserDataConstraint()(Code) | | Gets the userDataConstraint
the userDataConstraint |
getWebResourceCollectionList | public JLinkedList getWebResourceCollectionList()(Code) | | Gets the webResourceCollection list
the webResourceCollection list |
setAuthConstraint | public void setAuthConstraint(AuthConstraint authConstraint)(Code) | | Set the auth-constraint
Parameters: authConstraint - auth-constraint |
setUserDataConstraint | public void setUserDataConstraint(UserDataConstraint userDataConstraint)(Code) | | Set the user-data-constraint
Parameters: userDataConstraint - user-data-constraint |
setWebResourceCollectionList | public void setWebResourceCollectionList(JLinkedList webResourceCollectionList)(Code) | | Set the web-resource-collection
Parameters: webResourceCollectionList - web-resource-collection |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|