定義 EJB 應用程式的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
location | 檔案、目錄或 URL。 | 應用程式的位置,以伺服器層次應用程式目錄的絕對路徑或相對路徑表示。 | |
name | string | 應用程式的名稱。 | |
context-root | string | 應用程式的環境定義根目錄。 | |
autoStart | boolean | true | 指出伺服器是否會自動啟動應用程式。 |
定義套用至應用程式連結的內容。
指定 EJB 參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | EJB 參照的名稱。 | |
binding-name | string | EJB 參照的連結名稱。 |
application-bnd > resource-ref
指定資源參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
binding-name | string | 資源參照的連結名稱。 |
application-bnd > resource-ref > authentication-alias
資源參照的鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
nameRef | 最上層 authData 元素的參照(字串)。 | 鑑別別名。 |
application-bnd > resource-ref > authentication-alias > name
鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
user | string | 連接至 EIS 時要使用的使用者名稱。 | |
password | 可逆的編碼密碼(字串) | 連接至 EIS 時要使用的使用者密碼。其值可以用明碼或編碼形式儲存。建議您將密碼編碼。如果要這麼做,請搭配使用 securityUtility 工具與編碼選項。 |
application-bnd > resource-ref > custom-login-configuration
指定自訂登入配置內容。
Name | Type | Default | Description |
---|---|---|---|
name | string | 自訂登入配置的名稱。 |
application-bnd > resource-ref > custom-login-configuration > property
定義自訂登入配置的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 內容的名稱。 | |
value | string | 內容的值。 | |
description | string | 內容的說明。 |
application-bnd > resource-env-ref
指定資源環境參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源環境參照的名稱。 | |
binding-name | string | 資源環境參照的連結名稱。 |
application-bnd > message-destination-ref
指定訊息目的地參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地參照的名稱。 | |
binding-name | string | 訊息目的地參照的連結名稱。 |
指定資料來源的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資料來源名稱。 | |
binding-name | string | 資料來源連結名稱。 |
指定環境項目的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 環境項目的名稱。 | |
value | string | 環境項目的值。 | |
binding-name | string | 環境項目的連結名稱。 |
application-bnd > security-role
對映到網域使用者登錄中的使用者和群組的角色。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 安全角色的名稱。 |
application-bnd > security-role > user
安全角色的使用者。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 主體的名稱。 | |
access-id | string | 主體的存取 ID。 |
application-bnd > security-role > group
安全角色的群組。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 主體的名稱。 | |
access-id | string | 主體的存取 ID。 |
application-bnd > security-role > special-subject
持有安全角色的特殊主體名稱。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
type |
| 下列其中一種特殊主體類型:ALL_AUTHENTICATED_USERS、EVERYONE。 ALL_AUTHENTICATED_USERS ALL_AUTHENTICATED_USERS EVERYONE EVERYONE |
application-bnd > security-role > run-as
從一個 Bean 存取另一個 Bean 所需的使用者 ID 和密碼。
Name | Type | Default | Description |
---|---|---|---|
userid | string | 從一個 Bean 存取另一個 Bean 所需的使用者 ID。 | |
password | 可逆的編碼密碼(字串) | 從一個 Bean 存取另一個 Bean 所需的使用者密碼。其值可以用明碼或編碼形式儲存。如果要將密碼編碼,請搭配使用 securityUtility 工具與編碼選項。 |
定義內容以延伸應用程式。
Name | Type | Default | Description |
---|---|---|---|
shared-session-context | boolean | 指出模組之間是否共用階段作業環境定義。 |
定義應用程式類別載入器的設定。
Name | Type | Default | Description |
---|---|---|---|
delegation |
| parentFirst | 控制在這個類別載入器之前或之後是否使用母項類別載入器。如果選取母項優先,則會先委派給原生母項,再搜尋類別路徑。如果選取母項最後,則會先搜尋類別路徑,再委派給原生母項。 parentLast 母項最後 parentFirst 母項優先 |
privateLibraryRef | 最上層 library 元素的參照清單(逗點區隔的字串)。 | 程式庫參照的清單。程式庫類別實例是此類別載入器所特有,不依賴其他類別載入器的類別實例。 | |
commonLibraryRef | 最上層 library 元素的參照清單(逗點區隔的字串)。 | 程式庫參照的清單。會與其他類別載入器共用程式庫類別實例。 | |
classProviderRef | 最上層 resourceAdapter 元素的參照清單(逗點區隔的字串)。 | 類別提供者參照清單。當搜尋類別或資源時,這個類別載入器會搜尋其本身的類別路徑,之後委派給指定的類別提供者。 | |
apiTypeVisibility | string | spec,ibm-api,api,stable | 這個類別載入器支援這種 API 套件的類型。值是下列 API 套件之任何組合的逗點區隔清單:spec、ibm-api、api、stable、third-party。 |
程式庫參照的清單。程式庫類別實例是此類別載入器所特有,不依賴其他類別載入器的類別實例。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 管理者的共用程式庫名稱 | |
description | string | 管理者的共用程式庫說明 | |
filesetRef | 最上層 fileset 元素的參照清單(逗點區隔的字串)。 | 參照的檔案集 ID | |
apiTypeVisibility | string | spec,ibm-api,api,stable | 這個類別載入器支援這種 API 套件的類型。值是下列 API 套件之任何組合的逗點區隔清單:spec、ibm-api、api、stable、third-party。 |
classloader > privateLibrary > fileset
參照的檔案集 ID
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
dir | 目錄的路徑 | ${server.config.dir} | 搜尋檔案的基本目錄。 |
caseSensitive | boolean | true | 指出搜尋是否應該區分大小寫的布林值(預設值:true)。 |
includes | string | * | 要併入搜尋結果中且以逗點或空格區隔的檔名型樣清單(預設值:*)。 |
excludes | string | 要從搜尋結果中且以逗點或空格區隔的檔名型樣清單,預設為不排除任何檔案。 | |
scanInterval | 精準度是毫秒的時間量 | 0 | 用以檢查檔案集之變更的掃描間隔,以時間單位字尾 h-小時、m-分鐘、s-秒、ms-毫秒的長整數來表示(例如 2ms 或 5s)。預設為已停用 (scanInterval=0)。. 指定正整數加上時間單位,時間單位可以是小時 (h)、分鐘 (m)、秒 (s) 或毫秒 (ms)。例如,指定 500 毫秒為 500ms。您可以在單一項目中包括多個值。例如,1s500ms 相等於 1.5 秒。 |
classloader > privateLibrary > folder
參照的資料夾 ID
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
dir | 目錄的路徑 | 要併到程式庫類別路徑中以便尋找資源檔的目錄或資料夾 |
classloader > privateLibrary > file
參照的檔案 ID
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | 檔案的路徑 | 完整檔名 |
程式庫參照的清單。會與其他類別載入器共用程式庫類別實例。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 管理者的共用程式庫名稱 | |
description | string | 管理者的共用程式庫說明 | |
filesetRef | 最上層 fileset 元素的參照清單(逗點區隔的字串)。 | 參照的檔案集 ID | |
apiTypeVisibility | string | spec,ibm-api,api,stable | 這個類別載入器支援這種 API 套件的類型。值是下列 API 套件之任何組合的逗點區隔清單:spec、ibm-api、api、stable、third-party。 |
classloader > commonLibrary > fileset
參照的檔案集 ID
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
dir | 目錄的路徑 | ${server.config.dir} | 搜尋檔案的基本目錄。 |
caseSensitive | boolean | true | 指出搜尋是否應該區分大小寫的布林值(預設值:true)。 |
includes | string | * | 要併入搜尋結果中且以逗點或空格區隔的檔名型樣清單(預設值:*)。 |
excludes | string | 要從搜尋結果中且以逗點或空格區隔的檔名型樣清單,預設為不排除任何檔案。 | |
scanInterval | 精準度是毫秒的時間量 | 0 | 用以檢查檔案集之變更的掃描間隔,以時間單位字尾 h-小時、m-分鐘、s-秒、ms-毫秒的長整數來表示(例如 2ms 或 5s)。預設為已停用 (scanInterval=0)。. 指定正整數加上時間單位,時間單位可以是小時 (h)、分鐘 (m)、秒 (s) 或毫秒 (ms)。例如,指定 500 毫秒為 500ms。您可以在單一項目中包括多個值。例如,1s500ms 相等於 1.5 秒。 |
classloader > commonLibrary > folder
參照的資料夾 ID
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
dir | 目錄的路徑 | 要併到程式庫類別路徑中以便尋找資源檔的目錄或資料夾 |
classloader > commonLibrary > file
參照的檔案 ID
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | 檔案的路徑 | 完整檔名 |
EJB 應用程式的延伸內容。
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | 模組名稱指定要套用連結或延伸配置的個別模組。 |
Session Bean 的延伸內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | Enterprise Bean 的名稱。 |
ejb-jar-ext > session > bean-cache
EJB 的快取設定。
Name | Type | Default | Description |
---|---|---|---|
activation-policy |
| 指定 EJB 在工作區中的位置點。 ONCE ONCE TRANSACTION TRANSACTION |
ejb-jar-ext > session > local-transaction
指定這個 Enterprise Bean 的區域交易。
Name | Type | Default | Description |
---|---|---|---|
resolver |
| 定義區域交易的解析器。值可以是 APPLICATION 或 CONTAINER_AT_BOUNDARY。 APPLICATION APPLICATION CONTAINER_AT_BOUNDARY CONTAINER_AT_BOUNDARY | |
unresolved-action |
| 定義未解析之動作的行為。值可以是 ROLLBACK 或 COMMIT。 COMMIT COMMIT ROLLBACK ROLLBACK | |
shareable | boolean | false | 定義區域交易是否可共用。 |
ejb-jar-ext > session > global-transaction
指定這個 Enterprise Bean 的廣域交易。
Name | Type | Default | Description |
---|---|---|---|
send-wsat-context | boolean | false | 決定是否在送出的要求中傳送 Web 服務原子交易。 |
transaction-time-out | int | 0 | 指定廣域交易的逾時。 |
ejb-jar-ext > session > resource-ref
指定這個 Enterprise Bean 的資源參照。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
isolation-level |
| 定義交易隔離層次。 TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_NONE TRANSACTION_NONE TRANSACTION_READ_COMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_SERIALIZABLE TRANSACTION_SERIALIZABLE TRANSACTION_REPEATABLE_READ TRANSACTION_REPEATABLE_READ | |
commit-priority | int | 0 | 定義資源參照的確定優先順序。 |
branch-coupling |
| 指定要使用鬆散或緊密連結。 LOOSE LOOSE TIGHT TIGHT |
ejb-jar-ext > session > start-at-app-start
控制 Bean 是否在應用程式啟動時啟動。
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | 「應用程式啟動時啟動」內容的值。 |
ejb-jar-ext > session > time-out
指定 Session Bean 的逾時值。
Name | Type | Default | Description |
---|---|---|---|
value | 精準度是秒鐘的時間量 | 0 | 逾時的值。. 指定正整數加上時間單位,時間單位可以是小時 (h)、分鐘 (m) 或秒 (s)。例如,指定 30 秒為 30s。您可以在單一項目中包括多個值。例如,1m30s 相等於 90 秒。 |
訊息驅動 Bean 的延伸內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | Enterprise Bean 的名稱。 |
ejb-jar-ext > message-driven > bean-cache
EJB 的快取設定。
Name | Type | Default | Description |
---|---|---|---|
activation-policy |
| 指定 EJB 在工作區中的位置點。 ONCE ONCE TRANSACTION TRANSACTION |
ejb-jar-ext > message-driven > local-transaction
指定這個 Enterprise Bean 的區域交易。
Name | Type | Default | Description |
---|---|---|---|
resolver |
| 定義區域交易的解析器。值可以是 APPLICATION 或 CONTAINER_AT_BOUNDARY。 APPLICATION APPLICATION CONTAINER_AT_BOUNDARY CONTAINER_AT_BOUNDARY | |
unresolved-action |
| 定義未解析之動作的行為。值可以是 ROLLBACK 或 COMMIT。 COMMIT COMMIT ROLLBACK ROLLBACK | |
shareable | boolean | false | 定義區域交易是否可共用。 |
ejb-jar-ext > message-driven > global-transaction
指定這個 Enterprise Bean 的廣域交易。
Name | Type | Default | Description |
---|---|---|---|
send-wsat-context | boolean | false | 決定是否在送出的要求中傳送 Web 服務原子交易。 |
transaction-time-out | int | 0 | 指定廣域交易的逾時。 |
ejb-jar-ext > message-driven > resource-ref
指定這個 Enterprise Bean 的資源參照。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
isolation-level |
| 定義交易隔離層次。 TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_UNCOMMITTED TRANSACTION_NONE TRANSACTION_NONE TRANSACTION_READ_COMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_SERIALIZABLE TRANSACTION_SERIALIZABLE TRANSACTION_REPEATABLE_READ TRANSACTION_REPEATABLE_READ | |
commit-priority | int | 0 | 定義資源參照的確定優先順序。 |
branch-coupling |
| 指定要使用鬆散或緊密連結。 LOOSE LOOSE TIGHT TIGHT |
ejb-jar-ext > message-driven > start-at-app-start
控制 Bean 是否在應用程式啟動時啟動。
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | 「應用程式啟動時啟動」內容的值。 |
指定受管理 Bean 的連結。
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | 模組名稱指定要套用連結或延伸配置的個別模組。 |
managed-bean-bnd > interceptor
定義受管理 Bean 連結的攔截程式。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
class | string | 攔截程式的類別名稱。 |
managed-bean-bnd > interceptor > ejb-ref
指定 EJB 參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | EJB 參照的名稱。 | |
binding-name | string | EJB 參照的連結名稱。 |
managed-bean-bnd > interceptor > resource-ref
指定資源參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
binding-name | string | 資源參照的連結名稱。 |
managed-bean-bnd > interceptor > resource-ref > authentication-alias
資源參照的鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
nameRef | 最上層 authData 元素的參照(字串)。 | 鑑別別名。 |
managed-bean-bnd > interceptor > resource-ref > authentication-alias > name
鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
user | string | 連接至 EIS 時要使用的使用者名稱。 | |
password | 可逆的編碼密碼(字串) | 連接至 EIS 時要使用的使用者密碼。其值可以用明碼或編碼形式儲存。建議您將密碼編碼。如果要這麼做,請搭配使用 securityUtility 工具與編碼選項。 |
managed-bean-bnd > interceptor > resource-ref > custom-login-configuration
指定自訂登入配置內容。
Name | Type | Default | Description |
---|---|---|---|
name | string | 自訂登入配置的名稱。 |
managed-bean-bnd > interceptor > resource-ref > custom-login-configuration > property
定義自訂登入配置的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 內容的名稱。 | |
value | string | 內容的值。 | |
description | string | 內容的說明。 |
managed-bean-bnd > interceptor > resource-env-ref
指定資源環境參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源環境參照的名稱。 | |
binding-name | string | 資源環境參照的連結名稱。 |
managed-bean-bnd > interceptor > message-destination-ref
指定訊息目的地參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地參照的名稱。 | |
binding-name | string | 訊息目的地參照的連結名稱。 |
managed-bean-bnd > interceptor > data-source
指定資料來源的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資料來源名稱。 | |
binding-name | string | 資料來源連結名稱。 |
managed-bean-bnd > interceptor > env-entry
指定環境項目的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 環境項目的名稱。 | |
value | string | 環境項目的值。 | |
binding-name | string | 環境項目的連結名稱。 |
managed-bean-bnd > managed-bean
指定這項連結的受管理 Bean。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
class | string | 指定受管理 Bean 的類別名稱。 |
managed-bean-bnd > managed-bean > ejb-ref
指定 EJB 參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | EJB 參照的名稱。 | |
binding-name | string | EJB 參照的連結名稱。 |
managed-bean-bnd > managed-bean > resource-ref
指定資源參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
binding-name | string | 資源參照的連結名稱。 |
managed-bean-bnd > managed-bean > resource-ref > authentication-alias
資源參照的鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
nameRef | 最上層 authData 元素的參照(字串)。 | 鑑別別名。 |
managed-bean-bnd > managed-bean > resource-ref > authentication-alias > name
鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
user | string | 連接至 EIS 時要使用的使用者名稱。 | |
password | 可逆的編碼密碼(字串) | 連接至 EIS 時要使用的使用者密碼。其值可以用明碼或編碼形式儲存。建議您將密碼編碼。如果要這麼做,請搭配使用 securityUtility 工具與編碼選項。 |
managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration
指定自訂登入配置內容。
Name | Type | Default | Description |
---|---|---|---|
name | string | 自訂登入配置的名稱。 |
managed-bean-bnd > managed-bean > resource-ref > custom-login-configuration > property
定義自訂登入配置的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 內容的名稱。 | |
value | string | 內容的值。 | |
description | string | 內容的說明。 |
managed-bean-bnd > managed-bean > resource-env-ref
指定資源環境參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源環境參照的名稱。 | |
binding-name | string | 資源環境參照的連結名稱。 |
managed-bean-bnd > managed-bean > message-destination-ref
指定訊息目的地參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地參照的名稱。 | |
binding-name | string | 訊息目的地參照的連結名稱。 |
managed-bean-bnd > managed-bean > data-source
指定資料來源的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資料來源名稱。 | |
binding-name | string | 資料來源連結名稱。 |
managed-bean-bnd > managed-bean > env-entry
指定環境項目的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 環境項目的名稱。 | |
value | string | 環境項目的值。 | |
binding-name | string | 環境項目的連結名稱。 |
EJB 連結描述子會定義 EJB 模組的連結資訊。
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | 模組名稱指定要套用連結或延伸配置的個別模組。 |
Session Bean 的連結內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | Enterprise Bean 的名稱。 | |
simple-binding-name | string | 指定 Session Bean 的簡式連結名稱。 | |
component-id | string | Session Bean 的元件 ID。 | |
remote-home-binding-name | string | Session Bean 的遠端起始位置連結名稱。 | |
local-home-binding-name | string | Session Bean 的本端起始位置連結名稱。 |
ejb-jar-bnd > session > ejb-ref
指定 EJB 參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | EJB 參照的名稱。 | |
binding-name | string | EJB 參照的連結名稱。 |
ejb-jar-bnd > session > resource-ref
指定資源參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
binding-name | string | 資源參照的連結名稱。 |
ejb-jar-bnd > session > resource-ref > authentication-alias
資源參照的鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
nameRef | 最上層 authData 元素的參照(字串)。 | 鑑別別名。 |
ejb-jar-bnd > session > resource-ref > authentication-alias > name
鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
user | string | 連接至 EIS 時要使用的使用者名稱。 | |
password | 可逆的編碼密碼(字串) | 連接至 EIS 時要使用的使用者密碼。其值可以用明碼或編碼形式儲存。建議您將密碼編碼。如果要這麼做,請搭配使用 securityUtility 工具與編碼選項。 |
ejb-jar-bnd > session > resource-ref > custom-login-configuration
指定自訂登入配置內容。
Name | Type | Default | Description |
---|---|---|---|
name | string | 自訂登入配置的名稱。 |
ejb-jar-bnd > session > resource-ref > custom-login-configuration > property
定義自訂登入配置的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 內容的名稱。 | |
value | string | 內容的值。 | |
description | string | 內容的說明。 |
ejb-jar-bnd > session > resource-env-ref
指定資源環境參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源環境參照的名稱。 | |
binding-name | string | 資源環境參照的連結名稱。 |
ejb-jar-bnd > session > message-destination-ref
指定訊息目的地參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地參照的名稱。 | |
binding-name | string | 訊息目的地參照的連結名稱。 |
ejb-jar-bnd > session > data-source
指定資料來源的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資料來源名稱。 | |
binding-name | string | 資料來源連結名稱。 |
ejb-jar-bnd > session > env-entry
指定環境項目的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 環境項目的名稱。 | |
value | string | 環境項目的值。 | |
binding-name | string | 環境項目的連結名稱。 |
訊息驅動 Bean 的連結內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | Enterprise Bean 的名稱。 |
ejb-jar-bnd > message-driven > ejb-ref
指定 EJB 參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | EJB 參照的名稱。 | |
binding-name | string | EJB 參照的連結名稱。 |
ejb-jar-bnd > message-driven > resource-ref
指定資源參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
binding-name | string | 資源參照的連結名稱。 |
ejb-jar-bnd > message-driven > resource-ref > authentication-alias
資源參照的鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
nameRef | 最上層 authData 元素的參照(字串)。 | 鑑別別名。 |
ejb-jar-bnd > message-driven > resource-ref > authentication-alias > name
鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
user | string | 連接至 EIS 時要使用的使用者名稱。 | |
password | 可逆的編碼密碼(字串) | 連接至 EIS 時要使用的使用者密碼。其值可以用明碼或編碼形式儲存。建議您將密碼編碼。如果要這麼做,請搭配使用 securityUtility 工具與編碼選項。 |
ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration
指定自訂登入配置內容。
Name | Type | Default | Description |
---|---|---|---|
name | string | 自訂登入配置的名稱。 |
ejb-jar-bnd > message-driven > resource-ref > custom-login-configuration > property
定義自訂登入配置的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 內容的名稱。 | |
value | string | 內容的值。 | |
description | string | 內容的說明。 |
ejb-jar-bnd > message-driven > resource-env-ref
指定資源環境參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源環境參照的名稱。 | |
binding-name | string | 資源環境參照的連結名稱。 |
ejb-jar-bnd > message-driven > message-destination-ref
指定訊息目的地參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地參照的名稱。 | |
binding-name | string | 訊息目的地參照的連結名稱。 |
ejb-jar-bnd > message-driven > data-source
指定資料來源的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資料來源名稱。 | |
binding-name | string | 資料來源連結名稱。 |
ejb-jar-bnd > message-driven > env-entry
指定環境項目的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 環境項目的名稱。 | |
value | string | 環境項目的值。 | |
binding-name | string | 環境項目的連結名稱。 |
ejb-jar-bnd > message-driven > jca-adapter
定義訊息驅動 Bean 的 JCA 配接器。
Name | Type | Default | Description |
---|---|---|---|
activation-spec-binding-name | string | 指定啟動規格的連結名稱。 | |
activation-spec-auth-alias | string | 指定啟動規格的鑑別別名。 | |
destination-binding-name | string | 指定 JCA 配接器的目的地連結名稱。 |
攔截程式的連結內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
class | string | 攔截程式的類別名稱。 |
ejb-jar-bnd > interceptor > ejb-ref
指定 EJB 參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | EJB 參照的名稱。 | |
binding-name | string | EJB 參照的連結名稱。 |
ejb-jar-bnd > interceptor > resource-ref
指定資源參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源參照的名稱。 | |
binding-name | string | 資源參照的連結名稱。 |
ejb-jar-bnd > interceptor > resource-ref > authentication-alias
資源參照的鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
nameRef | 最上層 authData 元素的參照(字串)。 | 鑑別別名。 |
ejb-jar-bnd > interceptor > resource-ref > authentication-alias > name
鑑別別名。
Name | Type | Default | Description |
---|---|---|---|
user | string | 連接至 EIS 時要使用的使用者名稱。 | |
password | 可逆的編碼密碼(字串) | 連接至 EIS 時要使用的使用者密碼。其值可以用明碼或編碼形式儲存。建議您將密碼編碼。如果要這麼做,請搭配使用 securityUtility 工具與編碼選項。 |
ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration
指定自訂登入配置內容。
Name | Type | Default | Description |
---|---|---|---|
name | string | 自訂登入配置的名稱。 |
ejb-jar-bnd > interceptor > resource-ref > custom-login-configuration > property
定義自訂登入配置的內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 內容的名稱。 | |
value | string | 內容的值。 | |
description | string | 內容的說明。 |
ejb-jar-bnd > interceptor > resource-env-ref
指定資源環境參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資源環境參照的名稱。 | |
binding-name | string | 資源環境參照的連結名稱。 |
ejb-jar-bnd > interceptor > message-destination-ref
指定訊息目的地參照的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地參照的名稱。 | |
binding-name | string | 訊息目的地參照的連結名稱。 |
ejb-jar-bnd > interceptor > data-source
指定資料來源的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 資料來源名稱。 | |
binding-name | string | 資料來源連結名稱。 |
ejb-jar-bnd > interceptor > env-entry
指定環境項目的連結。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 環境項目的名稱。 | |
value | string | 環境項目的值。 | |
binding-name | string | 環境項目的連結名稱。 |
ejb-jar-bnd > message-destination
訊息目的地的連結內容。
Name | Type | Default | Description |
---|---|---|---|
id | string | 唯一的配置 ID。 | |
name | string | 訊息目的地的名稱。 | |
binding-name | string | 訊息目的地的連結名稱。 |