User: starksm 
  Date: 01/06/12 00:58:41

  Modified:    src/main/org/jboss/test/security/interfaces
                        StatelessSession.java
  Log:
  Add tests of the EJB2.0 unchecked and exclude-list permission elements
  
  Revision  Changes    Path
  1.3       +9 -0      
jbosstest/src/main/org/jboss/test/security/interfaces/StatelessSession.java
  
  Index: StatelessSession.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/security/interfaces/StatelessSession.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StatelessSession.java     2001/05/22 03:21:00     1.2
  +++ StatelessSession.java     2001/06/12 07:58:41     1.3
  @@ -18,4 +18,13 @@
       public String forward(String echoArg) throws RemoteException;
       /** A method that throws a NullPointerException */
       public void npeError() throws RemoteException;
  +    /** A method that is assigned the method-permission/unchecked tag
  +     to allow any authenticated user call the method.
  +     */
  +    public void unchecked() throws RemoteException;
  +
  +    /** A method that is assigned to the exclude-list tag
  +     to indicate that no users should be allowed to call it.
  +     */
  +    public void excluded() throws RemoteException;
   }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to