3 Replies Latest reply on Jan 9, 2007 7:38 AM by bvogt

    How to hide __unchecked__ pages for authenticated users

    bvogt

      Is it possible to hide pages - having the role 'Unchecked' with permission 'view' assigned - from the authenticated user?

      Many thanks for any hints how to achieve this in advance.

      Burkhard

        • 1. Re: How to hide __unchecked__ pages for authenticated users
          bvogt

          I forgot to mention the versions:

          AS: 4.0.5
          Portal: 2.4.1

          • 2. Re: How to hide __unchecked__ pages for authenticated users
            theute

            I don't understand the question.

            'unchecked' means anyone.
            You can also decide to show pages to some roles only

            What are you trying to achieve ?

            • 3. Re: How to hide __unchecked__ pages for authenticated users
              bvogt

              The goal is to have a public landing page to show some general information about the portal features the users will have after logging in to the portal.

              This(these) page(s) are not needed for an authenticated user, because the features (i.e. pages) are displayed instead.

              The SAP Netweaver portals solution is to use so-called 'anonymous users', which are normal portal users (they have a portal session) with the exception that they can access anonymous content only.
              The disadvantage here is, that the anonymous users session has to be invalidated before the session for the authenticated user can be created.

              jBoss doesn't have a session for 'guest' users, right?
              So, to have them access content it requires the 'Unchecked' role?

              In general I think a solution may be to set a (boolean) 'declaredProperty' on the page within our content generator portlet and suppress rendering of the 'Unchecked' pages within our custom navigation portlet.

              A better solution would be to detect the 'Unchecked' Role of a page within our custom login module.

              Thanks for time you spent on this, Thomas.

              Burkhard