User: starksm
Date: 01/05/21 20:21:00
Modified: src/main/org/jboss/test/security/interfaces
StatelessSession.java
Log:
Add test of principal propagation from unsecure bean to secure bean
Revision Changes Path
1.2 +5 -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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatelessSession.java 2001/03/05 10:11:04 1.1
+++ StatelessSession.java 2001/05/22 03:21:00 1.2
@@ -11,6 +11,11 @@
method-permission in the ejb-jar.xml descriptor
*/
public void noop() throws RemoteException;
+ /** A method that looks up the StatelessSession bean located at
+ java:comp/env/ejb/Session and invokes echo(echoArg) on the
+ bean and returns the result.
+ */
+ public String forward(String echoArg) throws RemoteException;
/** A method that throws a NullPointerException */
public void npeError() throws RemoteException;
}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development