Access Control Configuration

Top  Previous  Next

The accessControl element can be used by Page Configuration or it can be embedded into dataSource and  processTemplate elements. It is used to control the accessing of the unit (Page, Data Source or Process Template) with a sufficient authority. In order to use this element, a security component must be configured in the system.

  <accessControl securityDomain="" checkPoint="" loginPage="" failurePage="" />

Attributes

securityDomain (Accepts MScript)

The name of the Security Domain that this access control operates.

checkPoint (Accepts MScript)

The identity of the authority to check. This attribute is mandatory. The checkpoints are managed and maintained by the Security components. See mor.Security component.

loginPage (Accepts MScript)

The name of the page to redirect to incase of user has no valid session. The default value is "index".

failurePage (Accepts MScript)

The name of the page to redirect incase of user has not sufficient authority. The default is system error page.