org.jboss.test.security.interfaces
Interface Entity

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Entity
extends EJBObject (src)


Method Summary
 java.lang.String echo(java.lang.String arg)
          A method used to test Principal propagation.
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

echo

public java.lang.String echo(java.lang.String arg)
                      throws java.rmi.RemoteException
A method used to test Principal propagation. It returns the name of the value obtained from getCallerPrincipal().

Throws:
java.rmi.RemoteException