223.3. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 21 のオプションをサポートします。

名前説明デフォルトタイプ

camel.component.milo-server.application-name

アプリケーション名

 

String

camel.component.milo-server.application-uri

アプリケーション URI

 

String

camel.component.milo-server.bind-addresses

サーバーがバインドするローカルアドレスのアドレスを設定します。

 

String

camel.component.milo-server.bind-port

サーバーがバインドする TCP ポート

 

Integer

camel.component.milo-server.build-info

サーバーのビルド情報。オプションは org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo タイプです。

 

String

camel.component.milo-server.certificate-manager

サーバー証明書マネージャー。オプションは org.eclipse.milo.opcua.stack.core.application.CertificateManager タイプです。

 

String

camel.component.milo-server.certificate-validator

クライアント証明書のバリデーター。オプションは java.util.function.Supplier <org.eclipse.milo.opcua.stack.core.application.CertificateValidator> タイプです。

 

String

camel.component.milo-server.default-certificate-validator

デフォルトのファイルベースのアプローチを使用したクライアント証明書のバリデーター

 

File

camel.component.milo-server.enable-anonymous-authentication

匿名認証を有効にします。デフォルトでは無効になっています

false

Boolean

camel.component.milo-server.enabled

milo-server コンポーネントを有効にする

true

Boolean

camel.component.milo-server.hostname

サーバーのホスト名

 

String

camel.component.milo-server.namespace-uri

名前空間の URI。デフォルトは urn:org:apache:camel です。

 

String

camel.component.milo-server.product-uri

製品の URI

 

String

camel.component.milo-server.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean

camel.component.milo-server.security-policies

セキュリティーポリシー

 

Set

camel.component.milo-server.security-policies-by-id

URI または名前によるセキュリティーポリシー

 

コレクション

camel.component.milo-server.server-certificate

サーバー証明書オプションは org.apache.camel.component.milo.KeyStoreLoader.Result タイプです。

 

String

camel.component.milo-server.server-name

サーバー名

 

String

camel.component.milo-server.strict-endpoint-urls-enabled

厳密なエンドポイント URL を適用するかどうかを設定します

false

Boolean

camel.component.milo-server.user-authentication-credentials

ユーザーパスワードの組み合わせを user1:pwd1,user2:pwd2 の形式で設定しますユーザー名とパスワードは URL デコードされます

 

String

camel.component.milo-server.username-security-policy-uri

UserTokenPolicy を設定します。

 

SecurityPolicy