1 Reply Latest reply on Jul 16, 2007 9:46 AM by gvreddy

    Jaas "subject" object

    syslock

      Hi All

      After a successful login i want to access the subject class. How can
      this be done?

        • 1. Re: Jaas
          gvreddy

          You can use

          Subject subject = SecurityAssociation.getSubject() ;

          method which returns current active Subject.