Click or drag to resize
StandardRightManagerFactory

The StandardRightManagerFactory is a right manager using rdbms tables to store access rights.

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

dbSection

name of a configuration section implementing IDatabaseAbstracterFactory pointing to a database storing the access right data.

userTable

name of the table containing the users.

profileIdField

name of the column in the userTable containing the profile identifier for the user

profileTable

name of the table containing the profiles

accessTable

name of the table containing the access right for a profile

rightTable

name of the table defining the available access rights

defColumn

column name in the rightTable containing the name of the access right that will be used in XSLT files

rightValueColumn

column name in the accessTable containing the access right value (authorized or forbidden)

Child elements

None.

Parent elements

Element

Description

configuration

Configuration root