0 Replies Latest reply on Sep 6, 2002 12:24 PM by ludovic

    Beginner who doesn't understand security...

    ludovic

      Hi,

      I need to understand something :

      In my application, I want to access to my sessionbeans using web clients (JSP). They need to give there login and password, and if they are in my cmp called User, they can access to some methods of others cmp. The client will go from JSP to JSP calling severals session.

      He don't need to enter his login and his password when he want to access to another JSP.

      I know JBoss use security but how to use it. There are a lot of clients, I can't enter their name manually.

      1 > Do I need to use Ldap or other else?
      2 > Could you explain me what do I try to do ?

      Thanks, and sorry for this stupid question but I really need to know that.