Uses of Interface
org.apache.camel.builder.endpoint.dsl.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder
Packages that use XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder
-
Uses of XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.xmlsecuritySign(String path) XML Security Sign (camel-xmlsecurity) Sign XML payloads using the XML signature specification.StaticEndpointBuilders.xmlsecuritySign(String componentName, String path) XML Security Sign (camel-xmlsecurity) Sign XML payloads using the XML signature specification. -
Uses of XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilderModifier and TypeMethodDescriptionXmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.addKeyInfoReference(Boolean addKeyInfoReference) In order to protect the KeyInfo element from tampering you can add a reference to the signed info element so that it is protected via the signature value.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.addKeyInfoReference(String addKeyInfoReference) In order to protect the KeyInfo element from tampering you can add a reference to the signed info element so that it is protected via the signature value.You can set a base URI which is used in the URI dereferencing.XmlSignerEndpointBuilderFactory.AdvancedXmlSignerEndpointBuilder.basic()XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.canonicalizationMethod(String canonicalizationMethod) Canonicalization method used to canonicalize the SignedInfo element before the digest is calculated.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.canonicalizationMethod(AlgorithmMethod canonicalizationMethod) Canonicalization method used to canonicalize the SignedInfo element before the digest is calculated.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.clearHeaders(Boolean clearHeaders) Determines if the XML signature specific headers be cleared after signing and verification.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.clearHeaders(String clearHeaders) Determines if the XML signature specific headers be cleared after signing and verification.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.contentObjectId(String contentObjectId) Sets the content object Id attribute value.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.contentReferenceType(String contentReferenceType) Type of the content reference.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.contentReferenceUri(String contentReferenceUri) Reference URI for the content to be signed.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.cryptoContextProperties(String cryptoContextProperties) Sets the crypto context properties.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.cryptoContextProperties(Map<String, Object> cryptoContextProperties) Sets the crypto context properties.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.digestAlgorithm(String digestAlgorithm) Digest algorithm URI.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.disallowDoctypeDecl(Boolean disallowDoctypeDecl) Disallows that the incoming XML document contains DTD DOCTYPE declaration.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.disallowDoctypeDecl(String disallowDoctypeDecl) Disallows that the incoming XML document contains DTD DOCTYPE declaration.XmlSignerEndpointBuilderFactory.endpointBuilder(String componentName, String path) XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.keyAccessor(String keyAccessor) For the signing process, a private key is necessary.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.keyAccessor(org.apache.camel.component.xmlsecurity.api.KeyAccessor keyAccessor) For the signing process, a private key is necessary.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.omitXmlDeclaration(Boolean omitXmlDeclaration) Indicator whether the XML declaration in the outgoing message body should be omitted.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.omitXmlDeclaration(String omitXmlDeclaration) Indicator whether the XML declaration in the outgoing message body should be omitted.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.outputXmlEncoding(String outputXmlEncoding) The character encoding of the resulting signed XML document.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.parentLocalName(String parentLocalName) Local name of the parent element to which the XML signature element will be added.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.parentNamespace(String parentNamespace) Namespace of the parent element to which the XML signature element will be added.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.parentXpath(String parentXpath) Sets the XPath to find the parent node in the enveloped case.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.parentXpath(XPathFilterParameterSpec parentXpath) Sets the XPath to find the parent node in the enveloped case.Indicator whether the message body contains plain text.Indicator whether the message body contains plain text.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.plainTextEncoding(String plainTextEncoding) Encoding of the plain text.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.prefixForXmlSignatureNamespace(String prefixForXmlSignatureNamespace) Namespace prefix for the XML signature namespace http://www.w3.org/2000/09/xmldsig#.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.properties(String properties) For adding additional References and Objects to the XML signature which contain additional properties, you can provide a bean which implements the XmlSignatureProperties interface.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.properties(org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties properties) For adding additional References and Objects to the XML signature which contain additional properties, you can provide a bean which implements the XmlSignatureProperties interface.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.schemaResourceUri(String schemaResourceUri) Classpath to the XML Schema.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.signatureAlgorithm(String signatureAlgorithm) Signature algorithm.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.signatureId(String signatureId) Sets the signature Id.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.transformMethods(String transformMethods) Transforms which are executed on the message body before the digest is calculated.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.transformMethods(List<AlgorithmMethod> transformMethods) Transforms which are executed on the message body before the digest is calculated.XmlSignerEndpointBuilderFactory.XmlSignerBuilders.xmlsecuritySign(String path) XML Security Sign (camel-xmlsecurity) Sign XML payloads using the XML signature specification.XmlSignerEndpointBuilderFactory.XmlSignerBuilders.xmlsecuritySign(String componentName, String path) XML Security Sign (camel-xmlsecurity) Sign XML payloads using the XML signature specification.XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.xpathsToIdAttributes(String xpathsToIdAttributes) Define the elements which are signed in the detached case via XPATH expressions to ID attributes (attributes of type ID).XmlSignerEndpointBuilderFactory.XmlSignerEndpointBuilder.xpathsToIdAttributes(List<XPathFilterParameterSpec> xpathsToIdAttributes) Define the elements which are signed in the detached case via XPATH expressions to ID attributes (attributes of type ID).