Public Member Functions | |
| SecurityPermission () | |
| JLinkedList | getDescriptionList () |
| void | setDescriptionList (JLinkedList descriptionList) |
| void | addDescription (String description) |
| String | getSecurityPermissionSpec () |
| void | setSecurityPermissionSpec (String securityPermissionSpec) |
| String | toXML (int indent) |
Definition at line 38 of file SecurityPermission.java.
|
|
Constructor Definition at line 54 of file SecurityPermission.java. |
|
|
Add a new description element to this object
Definition at line 79 of file SecurityPermission.java. |
|
|
Gets the description
Definition at line 63 of file SecurityPermission.java. Referenced by org.objectweb.jonas_rar.deployment.api.SecurityPermissionDesc.SecurityPermissionDesc(). |
|
|
Gets the security-permission-spec
Definition at line 87 of file SecurityPermission.java. Referenced by org.objectweb.jonas_rar.deployment.api.SecurityPermissionDesc.SecurityPermissionDesc(). |
|
|
Set the description
Definition at line 71 of file SecurityPermission.java. |
|
|
Set the security-permission-spec
Definition at line 95 of file SecurityPermission.java. |
|
|
Represents this element by it's XML description.
Definition at line 104 of file SecurityPermission.java. References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(). |
Here is the call graph for this function:

1.3.9.1