4 Replies Latest reply on Jun 5, 2013 5:24 AM by anishantony

    User based dashboard and User based pages in GateIn

    anishantony

      Hi all

       

      I know that GateIn support role based dashboard (by changing the file common-configuration.xml). Is GateIn support user based dashboard?, which means when each user login, he/she will redirected into his own configured page.

      Also i have one more question

      Is it possible to set page permission for users? In pages.xml i cant find an option for that (but in pages.xml you can set access permission to roles and groups). Is there is any GateIn service class available for that?

        • 1. Re: User based dashboard and User based pages in GateIn
          mposolda

          Hi,

           

          In GateIn there is user dashboard, which is visible just for one user. Each user has it's own dashboard and he can add any pages, portlets and/or gadgets as he wish.

          For normal pages, you can configure permissions just for groups and roles. For example you can't configure that SiteMap page will be visible just for user "john".

           

          Marek

          • 2. Re: User based dashboard and User based pages in GateIn
            plamarque

            Anish Antony wrote:

             

            which means when each user login, he/she will redirected into his own configured page.

             

            As far as I know, there is no such feature that would allow you to redirect to a personal page rather than a portal page when user logs in. However, I guess it should be fairly easy to implement using a filter.

            1 of 1 people found this helpful
            • 3. Re: User based dashboard and User based pages in GateIn
              mposolda

              I've implemented something similar long time ago and it's docummented on the wiki https://community.jboss.org/wiki/RedirectAUserToPageOnLoginlogoutBasedOnRole . However I did not test it for long time, not sure if it still works with latest GateIn.

               

              Also maybe some tweaks will be needed to support redirection in a way, that each user will be redirected to his own dashboard.

              1 of 1 people found this helpful
              • 4. Re: User based dashboard and User based pages in GateIn
                anishantony

                Thanks Marek and Patrice

                 

                I need to add user dashboard in my portal programmatically, How it is possible?

                I will explain my requirements

                I have a navigation in my portal when a user clicks on a navigation he/she will redirected into his user dashboard.

                My current implementation is follows

                In navigation.xml I configured the navigation for my portal pages in navigation.xml like '<page-reference>portal::abc::dashboard</page-reference>' format. Is it possible to configure the user dashboard like this format?. Or is there is any GateIn service class available for this implementation

                 

                regards

                 

                Anish Antony