How to manage Access Control for Community Sample ?

Hello,

I need how-to manage access control for a community in the portal. I can not find in this document :

Sun Java System Portal Server 7

Community Sample Guide

My requirement is like Yahoogroups.com, we can create a Community, then for example we can set :

1. Only members can post/upload, but public only can view

2. Only moderator can post/upload, but members can view, meanwhile public can not see

How to do that ?

Cheers !

[484 byte] By [eko.budhi.s] at [2007-11-26 9:18:59]
# 1

hi,

portal server does not provide that fine of grained access control for communities. you either get the portlet, or not, depending on your role on the community. you control this by choosing which community template defines the portlet channel.

the good thing about this is that is allows almost any portlet to work inside of a community. the portlet does not have to be coded to understand the access control mechanism of the community.

you can find the community sample guide here:

http://docs.sun.com/app/docs/doc/819-3031

farble1670 at 2007-7-6 23:48:33 > top of Java-index,Web & Directory Servers,Portal Servers...