| Attribute | Description | Type | Required? |
| secured |
If set to true, this application module declares a security constraint so that only the
specified j2ee role can access the application.
Use this option if you want to leverage the authentication mechanism of your
container (e.g. WebLogic) and Single-Sign-On configurations.
See also attributes rolename and webresourcename.
|
boolean |
No Defaults to the value of secured defined in the enclosing <buildear> task.
|
| rolename | String | ? | |
| webresourcename |
Descriptive name for the web resources of this module. Used in
<web-resource-name> tag in web.xml deployment descriptor.
|
String |
No Defaults to the value of webresourcename defined in the enclosing <buildear> task.
|
web.xml deployment descriptors.
You can define <loginconfig> individually for each application module. When this element is specified as a direct child of <buildear>, it becomes the default for the nested application modules.
| Attribute | Description | Type | Required |
When buildling a secured application, the security role must be mapped to a Principal in the application server.
You can define <principals> individually for each application module. When this element is specified as a direct child of <buildear>, it becomes the default for the nested application modules.
| Attribute | Description | Type | Required |