0 Replies Latest reply on Oct 1, 2004 3:30 AM by se_u

    Update Security Context

    se_u

      Hi,
      we have an application with a stateful session bean an "front object". For some reason, we need to provide a own login method within our sessionbean.
      In this method I can successful login into a jaas context ( callback, context, etc) and can get a authorised subject. I can also call some doAs(...) which works like expected.
      But: Is there any way to update the sessionbeans own security context, for instance bind my subject to the sessionbeans context?
      Or: How can I get the roles, associated to the subjects principals?
      Many thanks for any help,
      Uli