AuthorizationTableExt

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: rolebasedauthz

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes 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

context  -  Specifies the access control context. Reserved by IBM for Future Use.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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.
    Reference Type: RoleAssignmentExt *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

roles  -  Contains a list of SecurityRoleExt elements. Each SecurityRoleExt instance may be associated with a RoleAssignmentExt element.
    Reference Type: SecurityRoleExt *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006