Defines a resource adapter installation.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
location | A file, directory or url. | Defines the path of the RAR file to install. | |
type | string | Type of application archive. | |
context-root | string | Context root of an application. | |
autoStart | boolean | Configures whether a resource adapter starts automatically upon deployment of the resource adapter or lazily upon injection or lookup of a resource. |
Customizes the configuration properties element for the activation specification, administered object, or connection factory with the specified interface and/or implementation class.
Name | Type | Default | Description |
---|---|---|---|
implementation | string | Fully qualified implementation class name for which the configuration properties element should be customized. | |
interface | string | Fully qualified interface class name for which the configuration properties element should be customized. | |
suffix | string | Overrides the default suffix for the configuration properties element. For example, "CustomConnectionFactory" in properties.rarModule1.CustomConnectionFactory. The suffix is useful to disambiguate when multiple types of connection factories, administered objects, or endpoint activations are provided by a resource adapter. If a configuration properties element customization omits the suffix or leaves it blank, no suffix is used. |
Defines properties to extend applications.
Name | Type | Default | Description |
---|---|---|---|
shared-session-context | boolean | Indicates whether the session context is shared between modules. |
Defines the settings for an application classloader.
Name | Type | Default | Description |
---|---|---|---|
delegation |
| parentFirst | Controls whether parent classloader is used before or after this classloader. If parent first is selected then delegate to immediate parent before searching the classpath. If parent last is selected then search the classpath before delegating to the immediate parent. parentFirst Parent first parentLast Parent last |
privateLibraryRef | List of references to top level library elements (comma-separated string). | List of library references. Library class instances are unique to this classloader, independent of class instances from other classloaders. | |
commonLibraryRef | List of references to top level library elements (comma-separated string). | List of library references. Library class instances are shared with other classloaders. | |
classProviderRef | List of references to top level resourceAdapter elements (comma-separated string). | List of class provider references. When searching for classes or resources, this class loader will delegate to the specified class providers after searching its own class path. | |
apiTypeVisibility | string | spec,ibm-api,api | The types of API package this class loader will be able to see, as a comma-separated list of any combination of the following: spec, ibm-api, api, third-party. |
List of library references. Library class instances are unique to this classloader, independent of class instances from other classloaders.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | Name of shared library for administrators | |
description | string | Description of shared library for administrators | |
filesetRef | List of references to top level fileset elements (comma-separated string). | Id of referenced Fileset | |
apiTypeVisibility | string | spec,ibm-api,api | The types of API package this library's class loader will be able to see, as a comma-separated list of any combination of the following: spec, ibm-api, api, third-party. |
classloader > privateLibrary > fileset
Id of referenced Fileset
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
dir | Path to a directory | ${server.config.dir} | The base directory to search for files. |
caseSensitive | boolean | true | Boolean to indicate whether or not the search should be case sensitive (default: true). |
includes | string | * | The comma or space separated list of file name patterns to include in the search results (default: *). |
excludes | string | The comma or space separated list of file name patterns to exclude from the search results, by default no files are excluded. | |
scanInterval | A period of time with millisecond precision | 0 | Scanning interval to check the fileset for changes as a long with a time unit suffix h-hour, m-minute, s-second, ms-millisecond (e.g. 2ms or 5s). Disabled (scanInterval=0) by default. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds. |
classloader > privateLibrary > folder
Id of referenced folder
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
dir | Path to a directory | Directory or folder to be included in the library classpath for locating resource files |
classloader > privateLibrary > file
Id of referenced File
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | Path to a file | Fully qualified filename |
List of library references. Library class instances are shared with other classloaders.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | Name of shared library for administrators | |
description | string | Description of shared library for administrators | |
filesetRef | List of references to top level fileset elements (comma-separated string). | Id of referenced Fileset | |
apiTypeVisibility | string | spec,ibm-api,api | The types of API package this library's class loader will be able to see, as a comma-separated list of any combination of the following: spec, ibm-api, api, third-party. |
classloader > commonLibrary > fileset
Id of referenced Fileset
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
dir | Path to a directory | ${server.config.dir} | The base directory to search for files. |
caseSensitive | boolean | true | Boolean to indicate whether or not the search should be case sensitive (default: true). |
includes | string | * | The comma or space separated list of file name patterns to include in the search results (default: *). |
excludes | string | The comma or space separated list of file name patterns to exclude from the search results, by default no files are excluded. | |
scanInterval | A period of time with millisecond precision | 0 | Scanning interval to check the fileset for changes as a long with a time unit suffix h-hour, m-minute, s-second, ms-millisecond (e.g. 2ms or 5s). Disabled (scanInterval=0) by default. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds. |
classloader > commonLibrary > folder
Id of referenced folder
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
dir | Path to a directory | Directory or folder to be included in the library classpath for locating resource files |
classloader > commonLibrary > file
Id of referenced File
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | Path to a file | Fully qualified filename |
Defines properties that apply to application bindings.
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
application-bnd > resource-ref
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
application-bnd > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
application-bnd > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
application-bnd > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
application-bnd > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
application-bnd > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
application-bnd > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
application-bnd > security-role
A role that is mapped to users and groups in a domain user registry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for a security role. |
application-bnd > security-role > user
The user for a security role.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the subject. | |
access-id | string | The access ID for a subject. |
application-bnd > security-role > group
The group for a security role.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the subject. | |
access-id | string | The access ID for a subject. |
application-bnd > security-role > special-subject
Name of a special subject possessing a security role.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
type |
| One of the following special subject types: ALL_AUTHENTICATED_USERS, EVERYONE. EVERYONE EVERYONE ALL_AUTHENTICATED_USERS ALL_AUTHENTICATED_USERS |
application-bnd > security-role > run-as
ID and password of a user that is required to access a bean from another bean.
Name | Type | Default | Description |
---|---|---|---|
userid | string | ID of a user required to access a bean from another bean. | |
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. |
Defines properties that apply to application clients.
application-client-bnd > ejb-ref
EJB References in an application client.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
application-client-bnd > resource-ref
Resource references in an application client.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
application-client-bnd > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
application-client-bnd > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
application-client-bnd > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
application-client-bnd > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
application-client-bnd > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
application-client-bnd > message-destination-ref
Message destination reference in an application client.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
application-client-bnd > data-source
Defines a data source for an application client.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
application-client-bnd > env-entry
Defines an environment entry for an application client.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
Specifies binding properties for a web application.
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | The module name specifies the individual module that the binding or extension configuration applies to. |
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
web-bnd > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
web-bnd > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
web-bnd > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
web-bnd > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
web-bnd > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
Specifies the virtual host that is used for the web application.
Name | Type | Default | Description |
---|---|---|---|
name | string | The name for the virtual host |
Extension properties for EJB applications.
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | The module name specifies the individual module that the binding or extension configuration applies to. |
Extension properties for session beans.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the enterprise bean. |
ejb-jar-ext > session > bean-cache
Cache settings for an EJB.
Name | Type | Default | Description |
---|---|---|---|
activation-policy |
| Specifies the point at which an EJB is placed in the cache. ONCE ONCE TRANSACTION TRANSACTION |
ejb-jar-ext > session > local-transaction
Specifies local transactions for this enterprise bean.
Name | Type | Default | Description |
---|---|---|---|
resolver |
| Defines a resolver for the local transaction. The value can be either APPLICATION or CONTAINER_AT_BOUNDARY. APPLICATION APPLICATION CONTAINER_AT_BOUNDARY CONTAINER_AT_BOUNDARY | |
unresolved-action |
| Defines the behavor for unresolved actions. The value can be either ROLLBACK or COMMIT. COMMIT COMMIT ROLLBACK ROLLBACK | |
shareable | boolean | false | Defines whether the local transaction is shareable. |
ejb-jar-ext > session > global-transaction
Specifies global transactions for this enterprise bean.
Name | Type | Default | Description |
---|---|---|---|
send-wsat-context | boolean | false | Determines whether to send the web services atomic transaction on outgoing requests. |
transaction-time-out | int | 0 | Specifies the timeout for the global transaction. |
ejb-jar-ext > session > resource-ref
Specifies resource references for this enterprise bean.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
isolation-level |
| Defines the transaction isolation level. TRANSACTION_REPEATABLE_READ TRANSACTION_REPEATABLE_READ TRANSACTION_READ_COMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_SERIALIZABLE TRANSACTION_SERIALIZABLE TRANSACTION_NONE TRANSACTION_NONE | |
commit-priority | int | 0 | Defines the commit priority for the resource reference. |
branch-coupling |
| Specifies whether loose or tight coupling is used. LOOSE LOOSE TIGHT TIGHT |
ejb-jar-ext > session > start-at-app-start
Controls whether the bean starts at application start.
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | The value of the start at application start property. |
ejb-jar-ext > session > time-out
Specifies a time out value for the session bean.
Name | Type | Default | Description |
---|---|---|---|
value | A period of time with second precision | 0 | The value for the time out. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). For example, specify 30 seconds as 30s. You can include multiple values in a single entry. For example, 1m30s is equivalent to 90 seconds. |
Extension properties for message driven beans.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the enterprise bean. |
ejb-jar-ext > message-driven > bean-cache
Cache settings for an EJB.
Name | Type | Default | Description |
---|---|---|---|
activation-policy |
| Specifies the point at which an EJB is placed in the cache. ONCE ONCE TRANSACTION TRANSACTION |
ejb-jar-ext > message-driven > local-transaction
Specifies local transactions for this enterprise bean.
Name | Type | Default | Description |
---|---|---|---|
resolver |
| Defines a resolver for the local transaction. The value can be either APPLICATION or CONTAINER_AT_BOUNDARY. APPLICATION APPLICATION CONTAINER_AT_BOUNDARY CONTAINER_AT_BOUNDARY | |
unresolved-action |
| Defines the behavor for unresolved actions. The value can be either ROLLBACK or COMMIT. COMMIT COMMIT ROLLBACK ROLLBACK | |
shareable | boolean | false | Defines whether the local transaction is shareable. |
ejb-jar-ext > message-driven > global-transaction
Specifies global transactions for this enterprise bean.
Name | Type | Default | Description |
---|---|---|---|
send-wsat-context | boolean | false | Determines whether to send the web services atomic transaction on outgoing requests. |
transaction-time-out | int | 0 | Specifies the timeout for the global transaction. |
ejb-jar-ext > message-driven > resource-ref
Specifies resource references for this enterprise bean.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
isolation-level |
| Defines the transaction isolation level. TRANSACTION_REPEATABLE_READ TRANSACTION_REPEATABLE_READ TRANSACTION_READ_COMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_SERIALIZABLE TRANSACTION_SERIALIZABLE TRANSACTION_NONE TRANSACTION_NONE | |
commit-priority | int | 0 | Defines the commit priority for the resource reference. |
branch-coupling |
| Specifies whether loose or tight coupling is used. LOOSE LOOSE TIGHT TIGHT |
ejb-jar-ext > message-driven > start-at-app-start
Controls whether the bean starts at application start.
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | The value of the start at application start property. |
Extension properties for web applications.
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | The module name specifies the individual module that the binding or extension configuration applies to. | |
default-error-page | string | Specifies a page to be used as the default error page for a web application. | |
context-root | string | Defines the context root for a web application. | |
autoload-filters | boolean | Determines whether filters are loaded automatially. | |
auto-encode-requests | boolean | Determines whether requests are automatically encoded. | |
auto-encode-responses | boolean | Determines whether responses are automatically encoded. | |
enable-directory-browsing | boolean | Specifies whether directory browsing is enabled for this web application. | |
enable-file-serving | boolean | Specifies whether file serving is enabled for this web application. | |
pre-compile-jsps | boolean | Specifies whether JSP pages are compiled when the web application starts. | |
enable-serving-servlets-by-class-name | boolean | Enables serving servlets by classname. |
web-ext > file-serving-attribute
Specifies whether the web application allows files to be served.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The attribute name. | |
value | string | The attribute value. |
Specifies attributes for an invoker.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The attribute name. | |
value | string | The attribute value. |
Specifies attributes that affect JSP behavior.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The attribute name. | |
value | string | The attribute value. |
Properties for a MIME filter.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
target | string | The target for the mime filter. | |
mime-type | string | The type for the mime filter. |
Properties for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
isolation-level |
| Defines the transaction isolation level. TRANSACTION_REPEATABLE_READ TRANSACTION_REPEATABLE_READ TRANSACTION_READ_COMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_SERIALIZABLE TRANSACTION_SERIALIZABLE TRANSACTION_NONE TRANSACTION_NONE | |
commit-priority | int | 0 | Defines the commit priority for the resource reference. |
branch-coupling |
| Specifies whether loose or tight coupling is used. LOOSE LOOSE TIGHT TIGHT |
The EJB binding descriptor defines binding information for an EJB module.
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | The module name specifies the individual module that the binding or extension configuration applies to. |
Binding properties for session beans.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the enterprise bean. | |
simple-binding-name | string | Specifies the simple binding name for a session bean. | |
component-id | string | The component ID for a session bean. | |
remote-home-binding-name | string | The remote home binding name for a session bean. | |
local-home-binding-name | string | The local home binding name for a session bean. |
ejb-jar-bnd > session > ejb-ref
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
ejb-jar-bnd > session > resource-ref
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
ejb-jar-bnd > session > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
ejb-jar-bnd > session > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
ejb-jar-bnd > session > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
ejb-jar-bnd > session > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
ejb-jar-bnd > session > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
ejb-jar-bnd > session > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
ejb-jar-bnd > session > data-source
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
ejb-jar-bnd > session > env-entry
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
Binding properties for message driven beans.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the enterprise bean. |
ejb-jar-bnd > message-driven > ejb-ref
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
ejb-jar-bnd > message-driven > resource-ref
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
ejb-jar-bnd > message-driven > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
ejb-jar-bnd > message-driven > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
ejb-jar-bnd > message-driven > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
ejb-jar-bnd > message-driven > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
ejb-jar-bnd > message-driven > data-source
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
ejb-jar-bnd > message-driven > env-entry
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
ejb-jar-bnd > message-driven > jca-adapter
Defines a JCA adapter for a message driven bean.
Name | Type | Default | Description |
---|---|---|---|
activation-spec-binding-name | string | Specifies the binding name for an activation specification. | |
activation-spec-auth-alias | string | Specifies the authentication alias for an activation specification. | |
destination-binding-name | string | Specifies the destination binding name for a JCA adapter. |
Binding properties for interceptors.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
class | string | The class name for the interceptor. |
ejb-jar-bnd > interceptor > ejb-ref
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
ejb-jar-bnd > interceptor > resource-ref
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
ejb-jar-bnd > interceptor > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
ejb-jar-bnd > interceptor > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
ejb-jar-bnd > interceptor > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
ejb-jar-bnd > interceptor > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
ejb-jar-bnd > interceptor > data-source
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
ejb-jar-bnd > interceptor > env-entry
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
ejb-jar-bnd > message-destination
Binding properties for message destinations.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the message destination. | |
binding-name | string | The binding name of the message destination. |
Specifies the bindings for a managed bean.
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | The module name specifies the individual module that the binding or extension configuration applies to. |
managed-bean-bnd > interceptor
Defines interceptors for the managed bean binding.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
class | string | The class name for the interceptor. |
managed-bean-bnd > interceptor > ejb-ref
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
managed-bean-bnd > interceptor > resource-ref
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
managed-bean-bnd > interceptor > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
managed-bean-bnd > interceptor > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
managed-bean-bnd > interceptor > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
managed-bean-bnd > interceptor > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
managed-bean-bnd > interceptor > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
managed-bean-bnd > interceptor > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
managed-bean-bnd > interceptor > data-source
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
managed-bean-bnd > interceptor > env-entry
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |
managed-bean-bnd > managed-bean
Specifies the managed bean for this binding.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
class | string | Specifies the class name for a managed bean. |
managed-bean-bnd > managed-bean > ejb-ref
Specifies the binding for an EJB Reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the EJB reference. | |
binding-name | string | The binding name for the EJB reference. |
managed-bean-bnd > managed-bean > resource-ref
Specifies the binding for a resource reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource reference. | |
binding-name | string | The binding name for the resource reference. |
managed-bean-bnd > managed-bean > resource-ref > authentication-alias
The authentication alias for the resource reference.
Name | Type | Default | Description |
---|---|---|---|
nameRef | A reference to top level authData element (string). | The authentication alias name. |
managed-bean-bnd > managed-bean > resource-ref > authentication-alias > name
The authentication alias name.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |
managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration
Specifies custom login configuration properties.
Name | Type | Default | Description |
---|---|---|---|
name | string | A name for the custom login configuration. |
managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration > property
Defines a property for a custom login configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the property. | |
value | string | The value of the property. | |
description | string | A description of the property. |
managed-bean-bnd > managed-bean > resource-env-ref
Specifies the binding for a resource environment reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the resource environment reference. | |
binding-name | string | The binding name for the resource environment reference. |
managed-bean-bnd > managed-bean > message-destination-ref
Specifies the binding for a message destination reference.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name for the message destination reference. | |
binding-name | string | The binding name for the message destination reference. |
managed-bean-bnd > managed-bean > data-source
Specifies the binding for a data source.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The data source name. | |
binding-name | string | The data source binding name. |
managed-bean-bnd > managed-bean > env-entry
Specifies the binding for an environment entry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | The name of the environment entry. | |
value | string | The value of the environment entry. | |
binding-name | string | The binding name for the environment entry. |