AuthorizationTableExt

The authorization table for the application. Contains role assignments which specify the users and groups that are authorized to partake in each application role.



Attributes Summary
context : StringSpecifies the access control context.
authorizations : RoleAssignmentExt * Contains a mapping of roles to users for each role defined in the application's components.
roles : SecurityRoleExt * Contains a list of SecurityRoleExt elements.

Attribute Details

context    -    Specifies the access control context. Reserved by IBM for Future Use.
     data type:  String
     default Value:   unspecified



authorizations    -    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.
     data type: RoleAssignmentExt*



roles    -    Contains a list of SecurityRoleExt elements. Each SecurityRoleExt instance may be associated with a RoleAssignmentExt element.
     data type: SecurityRoleExt*


Copyright IBM Corp. 1997-2004