[JBoss-user] [JBoss Portal] - Re: Securing Portlet Modes

2006-02-21 Thread mholzner
keletappi wrote : 
  | BTW. I have just playing with this portal implementation for 3 days now. 
After using jetspeed2 and other portals this system feels nice and flexible. 
Much easier to deploy portal and edit layouts and themes. 
  | 

Nice to see someone appreciates this ;) 

keletappi wrote : 
  | However there are some severe limitations that prevent me to use it in 
production enviroment - like i really need to know how to limit access to 
portlet modes per role. Hopefully everything will be fixed in time.
  | 

This was in the original design, but was dropped early on, to keep the security 
impl in 2.2 simple. I agree with you that we need such a feature. 

Please add a JIRA task for it, and link to it from this thread.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925330#3925330

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925330


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Securing Portlet Modes

2006-02-21 Thread keletappi
http://jira.jboss.com/jira/browse/JBPORTAL-677

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925374#3925374

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925374


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Securing Portlet Modes

2006-02-17 Thread noicangi
please post how to make that and example code please...for the ones who are 
still learning


thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924571#3924571

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924571


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Securing Portlet Modes

2006-02-17 Thread keletappi
In MyPortal.war (that is war contaning the portal deployment) I have file 
myportal-object.xml that defines the portlets, page and window structures.

If i want some page to be visible only for admins i simpy define it like this:


  | ...
  | page
  |  page-nameAdminsOnly/page-name
  |   properties /
  | 
  |   window
  |window-nameNavigation/window-name
  | instance-refNavigationPortletInstance/instance-ref
  | regionnavigation/region
  | height0/height
  | properties
  |  property
  |   nametheme.windowRendererId/name
  |   valueemptyRenderer/value
  |  /property
  |  property
  |   nametheme.decorationRendererId/name
  |   valueemptyRenderer/value
  |  /property
  |  property
  |   nametheme.portletRendererId/name
  |   valueemptyRenderer/value
  |  /property
  | /properties
  |/window
  | 
  |window
  | window-nameUserPortletWindow/window-name
  | instance-refUserPortletInstance/instance-ref
  | regionleft/region
  | height0/height
  |/window
  | 
  |  security-constraint
  |   policy-permission
  |role-nameAdmin/role-name
  |action-nameview/action-name
  |   /policy-permission
  |  /security-constraint
  | /page
  | ...
  | 

BTW. I have just playing with this portal implementation for 3 days now. After 
using jetspeed2 and other portals this system feels nice and flexible. Much 
easier to deploy portal and edit layouts and themes. However there are some 
severe limitations that prevent me to use it in production enviroment - like i 
really need to know how to limit access to portlet modes per role. Hopefully 
everything will be fixed in time.

I have decided to keep portal deployment in own war, so that I don't pollute my 
portlet war's with portal implementation spesific stuff .

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3924675#3924675

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3924675


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user