EJB アプリケーションのプロパティーを定義します。
Name | Type | Default | Description |
---|---|---|---|
id | string | 固有の構成 ID。 | |
location | ファイル、ディレクトリー、または URL。 | アプリケーションのロケーション。これは、絶対パスとして表現されるか、サーバー・レベル apps ディレクトリーに対する相対パスとして表現されます。 | |
name | string | アプリケーションの名前。 | |
context-root | string | アプリケーションのコンテキスト・ルート。 | |
autoStart | boolean | true | サーバーがアプリケーションを自動的に開始するかどうかを示します。 |
Managed Bean のバインディングを指定します。
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | モジュール名は、バインディングまたは拡張構成が適用される個別モジュールを指定します。 |
managed-bean-bnd > interceptor
Managed 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
当該バインディングの Managed Bean を指定します。
Name | Type | Default | Description |
---|---|---|---|
id | string | 固有の構成 ID。 | |
class | string | Managed 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 | 環境エントリーのバインディング名。 |
アプリケーションを拡張するためのプロパティーを定義します。
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 | long と時間単位のサフィックス (h - 時間、m - 分、s - 秒、ms - ミリ秒 (例: 2ms、5s)) で表した、ファイル・セットの変更をチェックするスキャン間隔。 デフォルトでは使用不可です (scanInterval=0)。. 正整数の後に時間単位 (時間 (h)、分 (m)、秒 (s)、またはミリ秒 (ms)) を付けて指定してください。 例えば、500 ミリ秒は 500ms と指定します。 単一エントリーに複数の値を含めることができます。 例えば、1.5 秒の場合、1s500ms とすることができます。 |
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 | long と時間単位のサフィックス (h - 時間、m - 分、s - 秒、ms - ミリ秒 (例: 2ms、5s)) で表した、ファイル・セットの変更をチェックするスキャン間隔。 デフォルトでは使用不可です (scanInterval=0)。. 正整数の後に時間単位 (時間 (h)、分 (m)、秒 (s)、またはミリ秒 (ms)) を付けて指定してください。 例えば、500 ミリ秒は 500ms と指定します。 単一エントリーに複数の値を含めることができます。 例えば、1.5 秒の場合、1s500ms とすることができます。 |
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 |
---|---|---|---|
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 ツールを使用します。 |
EJB バインディング記述子は、EJB モジュールのバインディング情報を定義します。
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | モジュール名は、バインディングまたは拡張構成が適用される個別モジュールを指定します。 |
セッション Bean のバインディング・プロパティー。
Name | Type | Default | Description |
---|---|---|---|
id | string | 固有の構成 ID。 | |
name | string | エンタープライズ Bean の名前。 | |
simple-binding-name | string | セッション Bean の単純なバインディング名を指定します。 | |
component-id | string | セッション Bean のコンポーネント ID。 | |
remote-home-binding-name | string | セッション Bean のリモート・ホーム・バインディング名。 | |
local-home-binding-name | string | セッション 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 | エンタープライズ 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 | メッセージ宛先のバインディング名。 |
EJB アプリケーションの拡張プロパティー。
Name | Type | Default | Description |
---|---|---|---|
moduleName | string | モジュール名は、バインディングまたは拡張構成が適用される個別モジュールを指定します。 |
セッション Bean の拡張プロパティー。
Name | Type | Default | Description |
---|---|---|---|
id | string | 固有の構成 ID。 | |
name | string | エンタープライズ 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
当該エンタープライズ 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
当該エンタープライズ Bean のグローバル・トランザクションを指定します。
Name | Type | Default | Description |
---|---|---|---|
send-wsat-context | boolean | false | 発信要求で Web サービス・アトミック・トランザクションを送信するかどうかを決定します。 |
transaction-time-out | int | 0 | グローバル・トランザクションのタイムアウトを指定します。 |
ejb-jar-ext > session > resource-ref
当該エンタープライズ 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
セッション Bean のタイムアウト値を指定します。
Name | Type | Default | Description |
---|---|---|---|
value | 期間 (精度: 秒) | 0 | タイムアウトの値。. 正整数の後に時間単位 (時間 (h)、分 (m)、または秒 (s)) を付けて指定してください。 例えば、30 秒は 30s と指定します。 単一エントリーに複数の値を含めることができます。 例えば、90 秒の場合、1m30s とすることができます。 |
メッセージ駆動型 Bean の拡張プロパティー。
Name | Type | Default | Description |
---|---|---|---|
id | string | 固有の構成 ID。 | |
name | string | エンタープライズ 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
当該エンタープライズ 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
当該エンタープライズ Bean のグローバル・トランザクションを指定します。
Name | Type | Default | Description |
---|---|---|---|
send-wsat-context | boolean | false | 発信要求で Web サービス・アトミック・トランザクションを送信するかどうかを決定します。 |
transaction-time-out | int | 0 | グローバル・トランザクションのタイムアウトを指定します。 |
ejb-jar-ext > message-driven > resource-ref
当該エンタープライズ 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 | 「アプリケーションの開始時に開始」プロパティーの値。 |