XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.baseUri(String baseUri)
You can set a base URI which is used in the URI dereferencing.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.clearHeaders(Boolean clearHeaders)
Determines if the XML signature specific headers be cleared after
signing and verification.
Sets the crypto context properties.
Disallows that the incoming XML document contains DTD DOCTYPE
declaration.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.keySelector(KeySelector keySelector)
Provides the key for validating the XML signature.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
Indicator whether the XML declaration in the outgoing message body
should be omitted.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.outputNodeSearch(Object outputNodeSearch)
Sets the output node search value for determining the node from the
XML signature document which shall be set to the output message body.
Determines the search type for determining the output node which is
serialized into the output message bodyF.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.outputXmlEncoding(String outputXmlEncoding)
The character encoding of the resulting signed XML document.
Indicator whether the XML signature elements (elements with local
name Signature and namesapce http://www.w3.org/2000/09/xmldsig#)
shall be removed from the document set to the output message.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.schemaResourceUri(String schemaResourceUri)
Classpath to the XML Schema.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.secureValidation(Boolean secureValidation)
Enables secure validation.
If you want to restrict the remote access via reference URIs, you can
set an own dereferencer.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.validationFailedHandler(org.apache.camel.component.xmlsecurity.api.ValidationFailedHandler validationFailedHandler)
Handles the different validation failed situations.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.verifierConfiguration(org.apache.camel.component.xmlsecurity.processor.XmlVerifierConfiguration verifierConfiguration)
To use a shared XmlVerifierConfiguration configuration to use as base
for configuring endpoints.
XML Security Verify (camel-xmlsecurity)
Verify XML payloads using the XML signature specification.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.xmlSignature2Message(org.apache.camel.component.xmlsecurity.api.XmlSignature2Message xmlSignature2Message)
Bean which maps the XML signature to the output-message after the
validation.
XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder.xmlSignatureChecker(org.apache.camel.component.xmlsecurity.api.XmlSignatureChecker xmlSignatureChecker)
This interface allows the application to check the XML signature
before the validation is executed.