From 9ae862942edb43b44e1da0442def26e30bf752f0 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 14 Oct 2024 14:52:14 +0530 Subject: [PATCH] Fix the config type descriptions in docs --- README.md | 4 ++-- ballerina/Module.md | 4 ++-- ballerina/Package.md | 4 ++-- ballerina/modules/soap11/Module.md | 4 ++-- ballerina/modules/soap12/Module.md | 4 ++-- docs/spec/spec.md | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0d64bcf..f7e550a 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ These policies empower SOAP clients to enhance the security of their web service ### Security Policy Configuration Types -#### Inbound Security Configurations +#### Outbound Security Configurations - `TimestampTokenConfig`: Represents the record for Timestamp Token policy. - Fields: @@ -129,7 +129,7 @@ These policies empower SOAP clients to enhance the security of their web service - `EncryptionConfig` encryptionConfig : Configuration for applying encryption - `string` x509Token : The path or token of the X509 certificate -#### Outbound Security Configurations +#### Inbound Security Configurations - `InboundSecurityConfig`: Represents the record for outbound security configurations to verify and decrypt SOAP envelopes. - Fields: diff --git a/ballerina/Module.md b/ballerina/Module.md index 4466f76..406922c 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -95,7 +95,7 @@ These policies empower SOAP clients to enhance the security of their web service ### Security Policy Configuration Types -#### Inbound Security Configurations +#### Outbound Security Configurations - `TimestampTokenConfig`: Represents the record for Timestamp Token policy. - Fields: @@ -121,7 +121,7 @@ These policies empower SOAP clients to enhance the security of their web service - `EncryptionConfig` encryptionConfig : Configuration for applying encryption - `string` x509Token : The path or token of the X509 certificate -#### Outbound Security Configurations +#### Inbound Security Configurations - `InboundSecurityConfig`: Represents the record for outbound security configurations to verify and decrypt SOAP envelopes. - Fields: diff --git a/ballerina/Package.md b/ballerina/Package.md index 5355b05..81b9214 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -95,7 +95,7 @@ These policies empower SOAP clients to enhance the security of their web service ### Security Policy Configuration Types -#### Inbound Security Configurations +#### Outbound Security Configurations - `TimestampTokenConfig`: Represents the record for Timestamp Token policy. - Fields: @@ -121,7 +121,7 @@ These policies empower SOAP clients to enhance the security of their web service - `EncryptionConfig` encryptionConfig : Configuration for applying encryption - `string` x509Token : The path or token of the X509 certificate -#### Outbound Security Configurations +#### Inbound Security Configurations - `InboundSecurityConfig`: Represents the record for outbound security configurations to verify and decrypt SOAP envelopes. - Fields: diff --git a/ballerina/modules/soap11/Module.md b/ballerina/modules/soap11/Module.md index 8d001c5..d32c743 100644 --- a/ballerina/modules/soap11/Module.md +++ b/ballerina/modules/soap11/Module.md @@ -87,7 +87,7 @@ These policies empower SOAP clients to enhance the security of their web service ### Security Policy Configuration Types -#### Inbound Security Configurations +#### Outbound Security Configurations - `TimestampTokenConfig`: Represents the record for Timestamp Token policy. - Fields: @@ -113,7 +113,7 @@ These policies empower SOAP clients to enhance the security of their web service - `EncryptionConfig` encryptionConfig : Configuration for applying encryption - `string` x509Token : The path or token of the X509 certificate -#### Outbound Security Configurations +#### Inbound Security Configurations - `InboundSecurityConfig`: Represents the record for outbound security configurations to verify and decrypt SOAP envelopes. - Fields: diff --git a/ballerina/modules/soap12/Module.md b/ballerina/modules/soap12/Module.md index 4fe82d8..19ad139 100644 --- a/ballerina/modules/soap12/Module.md +++ b/ballerina/modules/soap12/Module.md @@ -87,7 +87,7 @@ These policies empower SOAP clients to enhance the security of their web service ### Security Policy Configuration Types -#### Inbound Security Configurations +#### Outbound Security Configurations - `TimestampTokenConfig`: Represents the record for Timestamp Token policy. - Fields: @@ -113,7 +113,7 @@ These policies empower SOAP clients to enhance the security of their web service - `EncryptionConfig` encryptionConfig : Configuration for applying encryption - `string` x509Token : The path or token of the X509 certificate -#### Outbound Security Configurations +#### Inbound Security Configurations - `InboundSecurityConfig`: Represents the record for outbound security configurations to verify and decrypt SOAP envelopes. - Fields: diff --git a/docs/spec/spec.md b/docs/spec/spec.md index b743957..c9b9b63 100644 --- a/docs/spec/spec.md +++ b/docs/spec/spec.md @@ -36,8 +36,8 @@ The conforming implementation of the specification is released and included in t 3. [Security](#3-security) * 3.1 [Policies](#31-policies) * 3.2 [Security Policy Configuration Types](#32-security-policy-configuration-types) - * 3.2.1 [Inbound Security Configurations](#321-inbound-security-configurations) - * 3.2.2 [Outbound Security Configurations](#322-outbound-security-configurations) + * 3.2.1 [Outbound Security Configurations](#321-outbound-security-configurations) + * 3.2.2 [Inbound Security Configurations](#322-inbound-security-configurations) * 3.3 [Configure Security Policies](#33-configure-security-policies) * [UsernameToken and TranportBinding Policy with SOAP 1.1 Client](#331-usernametoken-and-tranportbinding-policy-with-soap-11-client) * [Asymmetric Binding and Outbound Security Configuration with SOAP 1.2 Client](#332-asymmetric-binding-and-outbound-security-configuration-with-soap-12-client) @@ -299,7 +299,7 @@ These policies empower SOAP clients to enhance the security of their web service This subsection introduces the configuration types for inbound and outbound security, providing detailed information on each type. -#### 3.2.1 Inbound Security Configurations +#### 3.2.1 Outbound Security Configurations * `TimestampTokenConfig`: Represents the record for Timestamp Token policy. * Fields: @@ -325,7 +325,7 @@ This subsection introduces the configuration types for inbound and outbound secu - `EncryptionConfig` encryptionConfig : Configuration for applying encryption - `string` x509Token : The path or token of the X509 certificate -#### 3.2.2 Outbound Security Configurations +#### 3.2.2 Inbound Security Configurations * `InboundSecurityConfig`: Represents the record for outbound security configurations to verify and decrypt SOAP envelopes. * Fields: