3 Replies Latest reply on Jan 18, 2007 11:08 AM by pmuir

    LoggedInInterceptor

      If making a LoggedInInterceptor similar to the one in the Seam documentation, what would you annotate? I noticed that putting it on the session beans doesn't prevent others from viewing the pages. If somebody types in the URL, it i still displayed (and only when the form is submitted to the session bean that is annotated does the interceptor kick in...)

      How, using an interceptor, would you prevent people from even viewing certain pages?

        • 1. Re: LoggedInInterceptor
          pmuir

          The LoggedInInterceptor only prevents access to the bean (bijection, methods) not to the pages. I would advise you to wait for the Seam Security Framework due out next week for a comprehensive solution.

          • 2. Re: LoggedInInterceptor

            Where can I read up on the Seam Security Framework in the meantime? (Or where will I be able to read it next week?) I hope this Seam Security Framework will be a well-documented part of Seam...

            • 3. Re: LoggedInInterceptor
              pmuir

              The CVS reference manual has incomplete documentation