0 Replies Latest reply on Nov 16, 2006 2:24 PM by kasim

    Seam Security Question

    kasim


      was going over some of the Seam security items (using @Secure) and declaring an authenticator.

      Now this only works on the components right? There is nothing right now that does page level security?

      I noticed on your issue log you have


      The security framework for Seam:

      Identity API for authentication and programmatic authorization
      SecurityInterceptor
      @RequirePermission, @RequireRole
      @DefinePermission
      <page require-permission>, <page require-role> in pages.xml
      <s:secure/>
      JAAS integration

      Possibly we will do it as
      @Restrict + an EL for expressing restrictions


      Am i to assume this will be extended on the seam security package, and thus allow page level security?