Filter Class Name: atg.portal.servlet.AccessFilter

The Access Filter checks the permissions of the PORTAL, COMMUNITY and PAGE attributes of the request. If the request has the correct permissions, the request is passed on. If the permissions are incorrect, the access filter directs the request to the appropriate login or access denied pages.

Access Filter Parameters

The following init parameters can be used to control the behavior of the Access Filter:

Parameter

Description

methodName

The method used to dispatch requests. Defaults to forward.

defaultLoginTemplateContextURI

The context URI to use for the login template.

defaultLoginTemplatePathURI

The path URI to use for the login template.

defaultAccessDeniedTemplateContextURI

The context URI to use for the access denied template.

defaultAccessDeniedTemplatePathURI

The path URI to use for the access denied template.

profileName

The location of the profile object.

d5StyleAccess

A boolean used to configure the access filter to use ATG Dynamo 5 style access.

 
loading table of contents...