0 Replies Latest reply on Dec 5, 2001 11:28 AM by danmartin

    Using Applet and JAAS

    danmartin

      Hi,
      I'm trying to access my secured EJB with an Applet.
      I used the JAAS authentication actually working in my standalone client (create a LoginContext() and so on ...), but I got an Exception, because the LoginContext login() method tried to access System.getProperty() method which is not accessible from an Applet!!!

      Any idea???

      Thanks in advance,
      Martin