org.objectweb.jonas_ejb.deployment.api
Class MethodPermissionDesc

java.lang.Object
  extended byorg.objectweb.jonas_ejb.deployment.api.CommonMethodDesc
      extended byorg.objectweb.jonas_ejb.deployment.api.MethodPermissionDesc

public class MethodPermissionDesc
extends CommonMethodDesc

Defines a MethodPermissionDesc class for the management of EJBMethodPermissions in JACC

Author:
Florent Benoit : Initial developer

Constructor Summary
MethodPermissionDesc(MethodPermission methodPermission)
          Constructor for MethodPermissionDesc
 
Method Summary
 java.util.List getRoleNameList()
          Gets the role-name
 boolean isUnchecked()
          Unchecked method permission ?
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.CommonMethodDesc
generateEJBMethodPermissions, getEJBMethodPermissions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodPermissionDesc

public MethodPermissionDesc(MethodPermission methodPermission)
Constructor for MethodPermissionDesc

Parameters:
methodPermission - method-permission which contains xml content
Method Detail

getRoleNameList

public java.util.List getRoleNameList()
Gets the role-name

Returns:
the role-name

isUnchecked

public boolean isUnchecked()
Unchecked method permission ?

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