maguro 2005/03/13 21:12:47
Modified: modules/itests/src/scenarios/003 ejb-jar.xml
Log:
Added distinguished names to roles.
Revision Changes Path
1.2 +32 -1 openejb/modules/itests/src/scenarios/003/ejb-jar.xml
Index: ejb-jar.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/itests/src/scenarios/003/ejb-jar.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ejb-jar.xml 8 Mar 2005 04:08:36 -0000 1.1
+++ ejb-jar.xml 14 Mar 2005 02:12:46 -0000 1.2
@@ -32,13 +32,44 @@
<assembly-descriptor>
+ <security-role>
+ <description>Role for methods that are not assigned</description>
+ <role-name>UNASSIGNED</role-name>
+ </security-role>
+
+
<method-permission>
<description>The description</description>
<unchecked/>
<method>
<description>The description</description>
<ejb-name>InteropBean</ejb-name>
- <method-name>callRemote</method-name>
+ <method-name>callNoAccess</method-name>
+ </method>
+ <method>
+ <description>The description</description>
+ <ejb-name>InteropBean</ejb-name>
+ <method-name>callHighAccess</method-name>
+ </method>
+ <method>
+ <description>The description</description>
+ <ejb-name>InteropBean</ejb-name>
+ <method-name>callAllAccess</method-name>
+ </method>
+ <method>
+ <description>The description</description>
+ <ejb-name>InteropBean</ejb-name>
+ <method-name>callMedAccess</method-name>
+ </method>
+ <method>
+ <description>The description</description>
+ <ejb-name>InteropBean</ejb-name>
+ <method-name>callLowAccess</method-name>
+ </method>
+ <method>
+ <description>The description</description>
+ <ejb-name>InteropBean</ejb-name>
+ <method-name>callAllAccess</method-name>
</method>
<method>
<description>The description</description>