0 Replies Latest reply on Aug 13, 2002 8:08 PM by mryb

    how to determine local calls from remote

    mryb

      Hi,
      Is there someway to determine if a method call on an ejb is from a remote client vs a local client (ie, from a MDB, MBean, or local process)?

      In my custom LoginModule I'd like to give all unauthenticated local calls a permission to do anything, vs unauthenticated remote calls which need to be restricted.

      Thanks in advance.