com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb
Interface SampleBean

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface SampleBean
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: SampleBean


Method Summary
 java.lang.String getCallerInfo()
          Returns the caller's security identity.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getCallerInfo

java.lang.String getCallerInfo()
                               throws java.rmi.RemoteException
Returns the caller's security identity.

Returns:
the caller's security identity.
Throws:
RemoteException - Thrown if the remote method call fails.