How to provide a HTML Page with restricted Access

I want to offer a html page with restricted access; only a predefined group should see this file.

I exprerimented with URLScraperProvider, where I can use the attribute 搖rl?in the following way:

file://.../aPage.html

But relative references inside this page (e.g. <img src="image.gif" />) will follow the docroot-logic.

Since default-docroot in Portal Server is

/var/opt/sun/appserver/domains/domain1/docroot/

the image has to be stored as:

/var/opt/sun/appserver/domains/domain1/docroot/image.gif

But now the image.gif is accessible for _every_ user (who has to know the correct address, of course).

Is there any way / provider, so that I can offer html-pages only a predefined user group?

Thanx in advance

Jochen

[825 byte] By [DschayTia] at [2007-11-27 2:27:59]
# 1
Jochen,you can use the Access Manager Policy Agent to enforce these restrictions.Christian
knotheca at 2007-7-12 2:39:23 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
Thanx Christian for your reply.But can you be a bit more specific, please?I've looked up in the amconsole in "Access Manager Configuration / Policy Configuration". But no idea what to change.Please help.Jochen
DschayTia at 2007-7-12 2:39:23 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3

You can download the agent for App Server 8 from http://www.sun.com/download/index.jsp?cat=Identity%20Management&tab=3&s ubcat=Policy%20Agents

After installation you specifiy policies that allow access to certain patterns of your document path. These policies can be defined for the same entities you also set your display profiles for: organizations, roles and users. See the detailed docs at http://docs.sun.com/app/docs/doc/819-2143 and http://docs.sun.com/app/docs/doc/819-4670/6n6qardui?q=policy+agent&a=view

hth,

Christian

knotheca at 2007-7-12 2:39:23 > top of Java-index,Web & Directory Servers,Portal Servers...