0 Replies Latest reply on Jul 23, 2003 2:44 PM by j_agra

    Access to subject

    j_agra

      Need to get access to the authenticated subject and manage/query thge set of Principals associated with it.

      I've used :
      AccessControlContext acc = AccessController.getContext();
      Subject subject = Subject.getSubject(acc);

      without success. Any clues ?