0 Replies Latest reply on Jul 21, 2003 2:11 PM by maraos

    Jboss-3.2.1 JAAS DatabaseServerLoginModule examples!!

    maraos

      Hello:

      I really need a sample or tutorial about org.jboss.security.auth.spi.DatabaseServerLoginModule

      Because I don't understand authorization part.

      I have a lot of JSP pages, and I need apply security authentication and authorization.

      Each user will must to see some pager..not alls..
      so I need restrict JSP pages depends of different users.

      My roles are: administrator system, simple user, test user, etc.

      My users are: user1, user2, user3, ... usern

      MY pages are: one.jsp, two.jsp......n.jsp

      I have two tables in oracle : principals and roles.

      How I implement my project to apply authorization and autentication..

      I've bought the tutorial JBoss-3.2.1 and I've read security chapter many times..but it's not enough..
      I didn't understand..

      There aren't good examples about this matter..

      thanks a lot..