aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes method-permission  tag  ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "method-permission  tag  ?" Watch "method-permission  tag  ?" New topic
Author

method-permission tag ?

Gemini Moses
Ranch Hand

Joined: Jan 04, 2001
Posts: 244
<!ELEMENT method-permission (description?, (role-name+|unchecked), method+)>

I am not expert in XML, but
since in one <method-permission> tag can have only one role-name or unchecked.

I was thiking it should have been --
<!ELEMENT method-permission (description?, (role-name|unchecked), method+)>

What am I missing here?

Gemini
rani bedi
Ranch Hand

Joined: Feb 06, 2001
Posts: 358
method-permission can have one or more role-name elements.

<!ELEMENT method-permission (description?, ((role-name+)|unchecked), method+)>
[ March 21, 2005: Message edited by: Parmeet Sarpal ]

Cheers,<br />Rani<br />SCJP, SCWCD, SCBCD
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: method-permission tag ?
 
Similar Threads
security question : unchecked X role-name tags definition .
Question about Security + Transaction
No method permissions assigned to method=create, interface=LOCALHOME
Does the order of unchecked and method matter ?
confused about security constraints and loginning in