To ensure that role-based security is enabled, authorization checking must
be enabled first. Chapter 15 "Understanding
the MTS Development Environment" discussed how to enable authorization
checking for a package through the package’s properties. When this is done,
roles are checked for every component in the package.
An alternative to this is to enable authorization checking for a specific component.
This allows for more flexibility in security checking. Rather than checking for
role membership for all components, MTS will only check for components with authorization
checking enabled. To enable authorization checking at the component level, execute
the following steps:
STEP BY STEP
16.8 Enabling Authorization Checking for a Component
-
From the MTS Explorer, expand the package that contains the component you want
to enable authorization checking for.
-
Select the component from the list of components in the Components folder.
-
From the Action menu, choose Properties.
-
From the Properties menu, click on the Security tab.
-
Make sure that the Enable Authorization Tracking check box is checked.
-
Click OK. Now MTS will check for role membership for only this component.