ApplicationBinding

Deployment binding information for an application. During application deployment, resource and role references that have been specified by the application developer must be bound to actual resources and subjects (ie. users and groups) that have been configured in the WebSphere server environment. Application-level binding information is global to all modules in the application. Each type of J2EE module within the application will contain that module's binding information.



Attributes Summary
appName : String@deprecated
authorizationTable : AuthorizationTableRole assignments which specify the users and groups that are authorized to partake in each security role defined for the application.
application : Application@ A reference to the root application element in this application's deployment descriptor.
runAsMap : RunAsMapHolds run as roles specified for the application.
profileMap : ProfileMapAn optional map of client export profile names to session and entity bean profile names defined for the application.

Attribute Details

appName    -    @deprecated
     data type:  String
     default Value:   unspecified



authorizationTable    -    Role assignments which specify the users and groups that are authorized to partake in each security role defined for the application.
     data type: AuthorizationTable



application    -    A reference to the root application element in this application's deployment descriptor. WebSphere uses pre-defined id's to identify the root elements of the deployment descriptors.
     data type: Application@



runAsMap    -    Holds run as roles specified for the application.
     data type: RunAsMap



profileMap    -    An optional map of client export profile names to session and entity bean profile names defined for the application.
     data type: ProfileMap


Copyright IBM Corp. 1996-2002