XML Security Sign
JVM since1.1.0 Native since1.7.0
Sign XML payloads using the XML signature specification.
What’s inside
-
XML Security Sign component, URI syntax:
xmlsecurity-sign:name
-
XML Security Verify component, URI syntax:
xmlsecurity-verify:name
Please refer to the above links for usage and configuration details.
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xmlsecurity</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Camel Quarkus limitations
There is currently no native mode support for XSLT based transform methods on the xmlsecurity
producer via the transformMethods
URI option.
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 Quarkus SSL guide.