| java.lang.Object org.apache.openejb.assembler.classic.JaccPermissionsBuilder
JaccPermissionsBuilder | public class JaccPermissionsBuilder (Code) | | version: $Rev: 602704 $ $Date: 2007-12-09 09:58:22 -0800 $ |
addPossibleEjbMethodPermissions | public void addPossibleEjbMethodPermissions(Permissions permissions, String ejbName, String methodInterface, Class clazz) throws OpenEJBException(Code) | | Generate all the possible permissions for a bean's interface.
Method permissions are defined in the deployment descriptor as a binary
relation from the set of security roles to the set of methods of the
home, component, and/or web service endpoint interfaces of session and
entity beans, including all their superinterfaces (including the methods
of the EJBHome and EJBObject interfaces and/or
EJBLocalHome and EJBLocalObject interfaces).
Parameters: permissions - the permission set to be extended Parameters: ejbName - the name of the EJB Parameters: methodInterface - the EJB method interface throws: org.apache.openejb.OpenEJBException - in case a class could not be found |
|
|