1 25 26 package org.objectweb.easybeans.api; 27 28 33 public interface EZBPermissionManager { 34 35 41 boolean checkSecurity(final EasyBeansInvocationContext invocationContext, boolean runAsBean); 42 43 54 boolean isCallerInRole(final String ejbName, final String roleName, final boolean inRunAs); 55 56 75 void translateMetadata() throws PermissionManagerException; 76 77 78 82 void commit() throws PermissionManagerException; 83 84 } 85 | Popular Tags |