Public Member Functions | |
| AuthConstraint () | |
| void | addDescription (String description) |
| void | addRoleName (String roleName) |
| JLinkedList | getDescriptionList () |
| JLinkedList | getRoleNameList () |
| String | toXML (int indent) |
Definition at line 36 of file AuthConstraint.java.
|
|
Constructor Definition at line 52 of file AuthConstraint.java. |
|
|
Add a new description element to this object
Definition at line 65 of file AuthConstraint.java. |
|
|
Add a new role-name element to this object
Definition at line 73 of file AuthConstraint.java. |
|
|
Gets the description list
Definition at line 83 of file AuthConstraint.java. |
|
|
Gets the role-name list
Definition at line 91 of file AuthConstraint.java. |
|
|
Represents this element by it's XML description.
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:

1.3.9.1