Class XmlSignerComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.xmlsecurity.springboot.XmlSignerComponentConfiguration
@ConfigurationProperties(prefix="camel.component.xmlsecurity-sign")
public class XmlSignerComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Sign XML payloads using the XML signature specification.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.xmlsecurity.api.KeyAccessororg.apache.camel.component.xmlsecurity.api.XmlSignaturePropertiesorg.apache.camel.component.xmlsecurity.processor.XmlSignerConfigurationvoidsetAddKeyInfoReference(Boolean addKeyInfoReference) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBaseUri(String baseUri) voidsetCanonicalizationMethod(AlgorithmMethod canonicalizationMethod) voidsetClearHeaders(Boolean clearHeaders) voidsetContentObjectId(String contentObjectId) voidsetContentReferenceType(String contentReferenceType) voidsetContentReferenceUri(String contentReferenceUri) voidsetCryptoContextProperties(Map<String, Object> cryptoContextProperties) voidsetDigestAlgorithm(String digestAlgorithm) voidsetDisallowDoctypeDecl(Boolean disallowDoctypeDecl) voidsetKeyAccessor(org.apache.camel.component.xmlsecurity.api.KeyAccessor keyAccessor) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetOmitXmlDeclaration(Boolean omitXmlDeclaration) voidsetOutputXmlEncoding(String outputXmlEncoding) voidsetParentLocalName(String parentLocalName) voidsetParentNamespace(String parentNamespace) voidsetParentXpath(XPathFilterParameterSpec parentXpath) voidsetPlainText(Boolean plainText) voidsetPlainTextEncoding(String plainTextEncoding) voidsetPrefixForXmlSignatureNamespace(String prefixForXmlSignatureNamespace) voidsetProperties(org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties properties) voidsetSchemaResourceUri(String schemaResourceUri) voidsetSignatureAlgorithm(String signatureAlgorithm) voidsetSignatureId(String signatureId) voidsetSignerConfiguration(org.apache.camel.component.xmlsecurity.processor.XmlSignerConfiguration signerConfiguration) voidsetTransformMethods(List<AlgorithmMethod> transformMethods) voidsetUriDereferencer(URIDereferencer uriDereferencer) voidsetXpathsToIdAttributes(List<XPathFilterParameterSpec> xpathsToIdAttributes) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
XmlSignerComponentConfiguration
public XmlSignerComponentConfiguration()
-
-
Method Details
-
getAddKeyInfoReference
-
setAddKeyInfoReference
-
getBaseUri
-
setBaseUri
-
getCanonicalizationMethod
-
setCanonicalizationMethod
-
getClearHeaders
-
setClearHeaders
-
getContentObjectId
-
setContentObjectId
-
getContentReferenceType
-
setContentReferenceType
-
getContentReferenceUri
-
setContentReferenceUri
-
getCryptoContextProperties
-
setCryptoContextProperties
-
getDigestAlgorithm
-
setDigestAlgorithm
-
getDisallowDoctypeDecl
-
setDisallowDoctypeDecl
-
getKeyAccessor
public org.apache.camel.component.xmlsecurity.api.KeyAccessor getKeyAccessor() -
setKeyAccessor
public void setKeyAccessor(org.apache.camel.component.xmlsecurity.api.KeyAccessor keyAccessor) -
getLazyStartProducer
-
setLazyStartProducer
-
getOmitXmlDeclaration
-
setOmitXmlDeclaration
-
getOutputXmlEncoding
-
setOutputXmlEncoding
-
getParentLocalName
-
setParentLocalName
-
getParentNamespace
-
setParentNamespace
-
getParentXpath
-
setParentXpath
-
getPlainText
-
setPlainText
-
getPlainTextEncoding
-
setPlainTextEncoding
-
getPrefixForXmlSignatureNamespace
-
setPrefixForXmlSignatureNamespace
-
getProperties
public org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties getProperties() -
setProperties
public void setProperties(org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties properties) -
getSchemaResourceUri
-
setSchemaResourceUri
-
getSignatureAlgorithm
-
setSignatureAlgorithm
-
getSignatureId
-
setSignatureId
-
getTransformMethods
-
setTransformMethods
-
getXpathsToIdAttributes
-
setXpathsToIdAttributes
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getSignerConfiguration
public org.apache.camel.component.xmlsecurity.processor.XmlSignerConfiguration getSignerConfiguration() -
setSignerConfiguration
public void setSignerConfiguration(org.apache.camel.component.xmlsecurity.processor.XmlSignerConfiguration signerConfiguration) -
getUriDereferencer
-
setUriDereferencer
-