-
1. Re: Authorization in Gatein Server...
pratapcmc Aug 17, 2013 12:34 AM (in response to pratapcmc)Hi Matt wringe,
I need your help..
Any Body ....Plz guide me..
Thanks,
Pratap
-
2. Re: Authorization in Gatein Server...
trong.tran Aug 17, 2013 7:04 AM (in response to pratapcmc)1 of 1 people found this helpfulIn Page layout edition, you could be able to specify access permission for each portlet AND the access permission is set based on the user memberships
-
3. Re: Authorization in Gatein Server...
pratapcmc Aug 18, 2013 10:45 PM (in response to trong.tran)Hi Trong Tran,
Thanks for the answer, could u clarify a little more. is there any config file (.xml) for customising authorization.
How picketbox and picketlink will help in this?
Any body ....plz help....
Thanks,
Pratap.
-
4. Re: Authorization in Gatein Server...
trong.tran Aug 19, 2013 3:36 AM (in response to pratapcmc)If you signed-in as an administrator like root, you could be able to edit the page by go to Site Editor -> Edit Page.
In layout editing, you will see an Edit button icon on when mouseover on each portlet element. By clicking on the icon, the Portlet Setting form will show up AND you would see the Access Permission tab for managing who can access to the portlet.
-
5. Re: Authorization in Gatein Server...
pratapcmc Aug 22, 2013 10:59 PM (in response to trong.tran)Hi Trong Tran,
could we use picketbox/picketlink for authorization?
could u plz guide me on that....
Thanks,
Pratap.
-
6. Re: Authorization in Gatein Server...
trong.tran Aug 23, 2013 3:59 AM (in response to pratapcmc)Hi Pratap,
I'm not familar with picketbox, so I have no idea how to use it for authorization.
However, I recommend you to take a look at org.exoplatform.portal.config.UserACL service which is being used in portal to check authorization based on user memberships . I think you might need to implement your own UserACL implementation which is to integrate with Picketbox.