Public Member Functions | |
| SecurityRoleMapping () | |
| JLinkedList | getPrincipalNamesList () |
| void | setRoleName (String roleName) |
| String | getRoleName () |
| void | addPrincipalName (String principalName) |
| String | toXML (int indent) |
Definition at line 37 of file SecurityRoleMapping.java.
|
|
Constructor Definition at line 52 of file SecurityRoleMapping.java. |
|
|
Add the given principal to the list of principals
Definition at line 84 of file SecurityRoleMapping.java. |
|
|
Gets the principal-name list
Definition at line 61 of file SecurityRoleMapping.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Definition at line 76 of file SecurityRoleMapping.java. Referenced by org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc.EarDeploymentDesc(). |
|
|
Set the role-name element of this object
Definition at line 69 of file SecurityRoleMapping.java. |
|
|
Represents this element by it's XML description.
Definition at line 93 of file SecurityRoleMapping.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