This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
OSGi Application (osgiApplication)
Defines the properties of an osgi application.
Attribute name | Data type | Default value | Description |
---|---|---|---|
autoStart | boolean | true | Indicates whether or not the server automatically starts the application. |
id | string | A unique configuration ID. | |
location | A file, directory or url. | Location of an application expressed as an absolute path or a path relative to the server-level apps directory. | |
name | string | Name of an application. | |
suppressUncoveredHttpMethodWarning | boolean | false | Option to suppress uncovered HTTP method warning message during application deployment. |
- application-bnd
Description: Binds general deployment information included in the application to specific resources.Required: falseData type: Attribute name Data type Default value Description version string Version of the application bindings specification. - application-bnd > security-role
Description: A unique configuration ID.Required: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. name string Name of a security role. - application-bnd > security-role > group
Description: A unique configuration ID.Required: falseData type: Attribute name Data type Default value Description access-id string Group access ID id string A unique configuration ID. name string Name of a group possessing a security role.
- application-bnd > security-role > run-as
Description: A unique configuration ID.Required: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. password Reversably encoded password (string) Password of a user required to access a bean from another bean. The value can be stored in clear text or encoded form. To encode the password, use the securityUtility tool with the encode option. userid string ID of a user required to access a bean from another bean.
- application-bnd > security-role > special-subject
Description: A unique configuration ID.Required: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. type - EVERYONE
- ALL_AUTHENTICATED_USERS
One of the following special subject types: ALL_AUTHENTICATED_USERS, EVERYONE. - EVERYONE
- Everyone
- ALL_AUTHENTICATED_USERS
- All authenticated users
- application-bnd > security-role > user
Description: A unique configuration ID.Required: falseData type: Attribute name Data type Default value Description access-id string A user access ID in the general form user:realmName/userUniqueId. A value will be generated if one is not specified. id string A unique configuration ID. name string Name of a user possessing a security role.