1 Reply Latest reply on Mar 1, 2004 8:32 AM by starksm64

    How to get Caller Principal in plain Java class

    chalupas

      I have a SessionFacade which calls a method in plain java class.
      At Java class I need to write log with message that
      "user A call this method".
      How can I do that if I don't want to pass a Principal object as method argument?