3 Replies Latest reply on Mar 3, 2004 4:30 AM by starksm64

    authentication from MDB

    etrxndy

      I have a message driven bean that I want to call a session bean from. The problem is I don't know how to authenticate the user because the session bean is protected by JAAS. The message driven bean is called by a different session bean, which is authenticated. So, is it possible to pass a principal or a user-id and password to the message driven bean and from there call something that authenticates us?