blob: cc02334a13ae95f72828e36d9f73ef3e4b9bc667 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-xmlsecurity"]
= XML Security Sign
:linkattrs:
:cq-artifact-id: camel-quarkus-xmlsecurity
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Sign XML payloads using the XML signature specification.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.7.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.7.0##
endif::[]
Sign XML payloads using the XML signature specification.
[id="extensions-xmlsecurity-whats-inside"]
== What's inside
* xref:{cq-camel-components}:dataformats:xmlSecurity-dataformat.adoc[XML Security data format]
* xref:{cq-camel-components}::xmlsecurity-sign-component.adoc[XML Security Sign component], URI syntax: `xmlsecurity-sign:name`
* xref:{cq-camel-components}::xmlsecurity-verify-component.adoc[XML Security Verify component], URI syntax: `xmlsecurity-verify:name`
Please refer to the above links for usage and configuration details.
[id="extensions-xmlsecurity-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-xmlsecurity[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xmlsecurity</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-xmlsecurity-camel-quarkus-limitations"]
== Camel Quarkus limitations
There is currently no native mode support for XSLT based transform methods on the `xmlsecurity` producer via the `transformMethods` URI option.
[id="extensions-xmlsecurity-ssl-in-native-mode"]
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].