Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 13, 2023
1 parent 4df4d27 commit d74616a
Show file tree
Hide file tree
Showing 104 changed files with 102,263 additions and 14,756 deletions.
26 changes: 13 additions & 13 deletions _data/versioned/main/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ types:
- title: Authorization of web endpoints
filename: security-authorize-web-endpoints-reference.adoc
summary: Quarkus has an integrated pluggable web security layer.
categories: "security, web"
categories: "web, security"
id: security-authorize-web-endpoints-reference
type: reference
url: /guides/security-authorize-web-endpoints-reference
Expand All @@ -18,7 +18,7 @@ types:
- title: Command Mode Applications
filename: command-mode-reference.adoc
summary: This reference guide explains how to develop command line applications with Quarkus.
categories: "core, command-line"
categories: "command-line, core"
type: reference
url: /guides/command-mode-reference
- title: Configuration Reference Guide
Expand Down Expand Up @@ -55,7 +55,7 @@ types:
- title: Logging configuration
filename: logging.adoc
summary: "Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs."
categories: "core, getting-started"
categories: "getting-started, core"
id: logging
type: reference
url: /guides/logging
Expand Down Expand Up @@ -152,21 +152,21 @@ types:
- title: Authentication mechanisms in Quarkus
filename: security-authentication-mechanisms.adoc
summary: "The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
categories: "security, web"
categories: "web, security"
id: security-authentication-mechanisms
type: concepts
url: /guides/security-authentication-mechanisms
- title: Basic authentication
filename: security-basic-authentication.adoc
summary: HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
categories: "security, web"
categories: "web, security"
id: security-basic-authentication
type: concepts
url: /guides/security-basic-authentication
- title: "Duplicated context, context locals, asynchronous processing and propagation"
filename: duplicated-context.adoc
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
categories: "core, architecture"
categories: "architecture, core"
id: duplicated-context
type: concepts
url: /guides/duplicated-context
Expand All @@ -180,21 +180,21 @@ types:
- title: OpenID Connect (OIDC) Bearer token authentication
filename: security-oidc-bearer-token-authentication.adoc
summary: Secure HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer token authentication by using the Quarkus OpenID Connect (OIDC) extension.
categories: "security, web"
categories: "web, security"
id: security-oidc-bearer-token-authentication
type: concepts
url: /guides/security-oidc-bearer-token-authentication
- title: OpenID Connect authorization code flow mechanism for protecting web applications
filename: security-oidc-code-flow-authentication.adoc
summary: "To protect your web applications, you can use the industry-standard OpenID Connect (OIDC) Authorization Code Flow mechanism provided by the Quarkus OIDC extension."
categories: "security, web"
categories: "web, security"
id: security-oidc-code-flow-authentication
type: concepts
url: /guides/security-oidc-code-flow-authentication
- title: Proactive authentication
filename: security-proactive-authentication.adoc
summary: Proactive authentication is enabled in Quarkus by default.
categories: "security, web"
categories: "web, security"
id: security-proactive-authentication
type: concepts
url: /guides/security-proactive-authentication
Expand Down Expand Up @@ -291,7 +291,7 @@ types:
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
filename: security-oidc-code-flow-authentication-tutorial.adoc
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
categories: "security, web"
categories: "web, security"
id: security-oidc-code-flow-authentication-tutorial
type: tutorial
url: /guides/security-oidc-code-flow-authentication-tutorial
Expand All @@ -304,7 +304,7 @@ types:
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
filename: security-basic-authentication-tutorial.adoc
summary: Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).
categories: "security, getting-started"
categories: "getting-started, security"
id: security-basic-authentication-tutorial
type: tutorial
url: /guides/security-basic-authentication-tutorial
Expand Down Expand Up @@ -366,7 +366,7 @@ types:
- title: AppCDS
filename: appcds.adoc
summary: This reference guide explains how to enable AppCDS with Quarkus.
categories: "core, cloud"
categories: "cloud, core"
type: guide
url: /guides/appcds
- title: Application Data Caching
Expand Down Expand Up @@ -559,7 +559,7 @@ types:
- title: Dev Services for Databases
filename: databases-dev-services.adoc
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
categories: "tooling, data"
categories: "data, tooling"
type: guide
url: /guides/databases-dev-services
- title: Dev Services for Elasticsearch
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"configDocKey":{"type":"boolean","key":".enabled","additionalKeys":[],"configDoc":"If the bcrypt-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the password hash","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".hash-encoding","additionalKeys":[],"configDoc":"A string referencing the password hash encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"hash-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".salt-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the Bcrypt salt","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"salt-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".salt-encoding","additionalKeys":[],"configDoc":"A string referencing the salt encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"salt-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".iteration-count-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the Bcrypt iteration count","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"iteration-count-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
[{"configDocKey":{"type":"org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper","key":".to-password-key-mapper","additionalKeys":[],"configDoc":"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"to-password-key-mapper","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"boolean","key":".enabled","additionalKeys":[],"configDoc":"If the bcrypt-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the password hash","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".hash-encoding","additionalKeys":[],"configDoc":"A string referencing the password hash encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"hash-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".salt-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the Bcrypt salt","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"salt-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"org.wildfly.security.password.spec.Encoding","key":".salt-encoding","additionalKeys":[],"configDoc":"A string referencing the salt encoding (\"BASE64\" or \"HEX\")","withinAMap":false,"defaultValue":"base64","javaDocSiteLink":"","docMapKey":"salt-encoding","configPhase":"BUILD_TIME","acceptedValues":["`base64`","`hex`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"int","key":".iteration-count-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the Bcrypt iteration count","withinAMap":false,"defaultValue":"0","javaDocSiteLink":"","docMapKey":"iteration-count-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"configDocKey":{"type":"boolean","key":".enabled","additionalKeys":[],"configDoc":"If the clear-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the clear password","withinAMap":false,"defaultValue":"1","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
[{"configDocKey":{"type":"org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper","key":".to-password-key-mapper","additionalKeys":[],"configDoc":"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"to-password-key-mapper","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"boolean","key":".enabled","additionalKeys":[],"configDoc":"If the clear-password-mapper is enabled.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"int","key":".password-index","additionalKeys":[],"configDoc":"The index (1 based numbering) of the column containing the clear password","withinAMap":false,"defaultValue":"1","javaDocSiteLink":"","docMapKey":"password-index","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
Loading

0 comments on commit d74616a

Please sign in to comment.