|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.web.xml.SecurityConstraint
public class SecurityConstraint
This class defines the implementation of the element security-constraint
| Constructor Summary | |
|---|---|
SecurityConstraint()
Constructor |
|
| Method Summary | |
|---|---|
void |
addWebResourceCollection(WebResourceCollection webResourceCollection)
Add a new web-resource-collection element to this object |
AuthConstraint |
getAuthConstraint()
Gets the authConstraint |
UserDataConstraint |
getUserDataConstraint()
Gets the userDataConstraint |
JLinkedList |
getWebResourceCollectionList()
Gets the webResourceCollection list |
void |
setAuthConstraint(AuthConstraint authConstraint)
Set the auth-constraint |
void |
setUserDataConstraint(UserDataConstraint userDataConstraint)
Set the user-data-constraint |
void |
setWebResourceCollectionList(JLinkedList webResourceCollectionList)
Set the web-resource-collection |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.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 |
|---|
public SecurityConstraint()
| Method Detail |
|---|
public void setWebResourceCollectionList(JLinkedList webResourceCollectionList)
webResourceCollectionList - web-resource-collectionpublic void addWebResourceCollection(WebResourceCollection webResourceCollection)
webResourceCollection - web-resource-collectionpublic void setAuthConstraint(AuthConstraint authConstraint)
authConstraint - auth-constraintpublic void setUserDataConstraint(UserDataConstraint userDataConstraint)
userDataConstraint - user-data-constraintpublic JLinkedList getWebResourceCollectionList()
public AuthConstraint getAuthConstraint()
public UserDataConstraint getUserDataConstraint()
public String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||