Inheritance diagram for org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc:


Public Member Functions | |
| MethodPermissionDesc (MethodPermission methodPermission) | |
| List | getRoleNameList () |
| boolean | isUnchecked () |
Definition at line 36 of file MethodPermissionDesc.java.
|
|
Constructor for MethodPermissionDesc
Definition at line 53 of file MethodPermissionDesc.java. References org.objectweb.jonas_ejb.deployment.xml.MethodPermission.getMethodList(), org.objectweb.jonas_ejb.deployment.xml.MethodPermission.getRoleNameList(), org.objectweb.jonas_ejb.deployment.xml.MethodPermission.isUnchecked(), and org.objectweb.jonas_ejb.deployment.xml.MethodPermission.roleNameList. |
Here is the call graph for this function:

|
|
Gets the role-name
Definition at line 64 of file MethodPermissionDesc.java. Referenced by org.objectweb.jonas_ejb.container.PermissionManager.translateEjbMethodPermission(). |
|
|
Unchecked method permission ?
Definition at line 73 of file MethodPermissionDesc.java. Referenced by org.objectweb.jonas_ejb.container.PermissionManager.translateEjbMethodPermission(). |
1.3.9.1