This type is a class for model objects.
The authorization table for the application. Contains role assignments which specify the users and groups that are authorized to partake in each application role.
Package: rolebasedauthzAttributes Summary | |
context : EString | Specifies the access control context. Reserved by IBM for Future Use. |
authorizations : RoleAssignmentExt * | Contains a mapping of roles to users for each role defined in the application's components. Note the set of roles is essentially "rolled" up from the roles defined in the modules. |
roles : SecurityRoleExt * | Contains a list of SecurityRoleExt elements. Each SecurityRoleExt instance may be associated with a RoleAssignmentExt element. |
Attribute Details |