org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc Class Reference

Inherits org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc.

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

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MethodPermissionDesc (MethodPermission methodPermission)
List getRoleNameList ()
boolean isUnchecked ()

Detailed Description

Defines a MethodPermissionDesc class for the management of EJBMethodPermissions in JACC
Author:
Florent Benoit : Initial developer

Definition at line 36 of file MethodPermissionDesc.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc.MethodPermissionDesc MethodPermission  methodPermission  ) 
 

Constructor for MethodPermissionDesc

Parameters:
methodPermission method-permission which contains xml content

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:


Member Function Documentation

List org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc.getRoleNameList  ) 
 

Gets the role-name

Returns:
the role-name

Definition at line 64 of file MethodPermissionDesc.java.

Referenced by org.objectweb.jonas_ejb.container.PermissionManager.translateEjbMethodPermission().

boolean org.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc.isUnchecked  ) 
 

Unchecked method permission ?

Returns:
true if the method-permission is unchecked, false otherwise

Definition at line 73 of file MethodPermissionDesc.java.

Referenced by org.objectweb.jonas_ejb.container.PermissionManager.translateEjbMethodPermission().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:25 2005 for JOnAS by  doxygen 1.3.9.1