Uses of Interface
org.apache.camel.builder.endpoint.dsl.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder
Packages that use XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder
-
Uses of XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.xmlsecurityVerify(String path) XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification.StaticEndpointBuilders.xmlsecurityVerify(String componentName, String path) XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification. -
Uses of XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilderModifier and TypeMethodDescriptionYou can set a base URI which is used in the URI dereferencing.XmlVerifierEndpointBuilderFactory.AdvancedXmlVerifierEndpointBuilder.basic()XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.clearHeaders(Boolean clearHeaders) Determines if the XML signature specific headers be cleared after signing and verification.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.clearHeaders(String clearHeaders) Determines if the XML signature specific headers be cleared after signing and verification.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.cryptoContextProperties(String cryptoContextProperties) Sets the crypto context properties.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.cryptoContextProperties(Map<String, Object> cryptoContextProperties) Sets the crypto context properties.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.disallowDoctypeDecl(Boolean disallowDoctypeDecl) Disallows that the incoming XML document contains DTD DOCTYPE declaration.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.disallowDoctypeDecl(String disallowDoctypeDecl) Disallows that the incoming XML document contains DTD DOCTYPE declaration.XmlVerifierEndpointBuilderFactory.endpointBuilder(String componentName, String path) XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.keySelector(String keySelector) Provides the key for validating the XML signature.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.keySelector(KeySelector keySelector) Provides the key for validating the XML signature.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.omitXmlDeclaration(Boolean omitXmlDeclaration) Indicator whether the XML declaration in the outgoing message body should be omitted.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.omitXmlDeclaration(String omitXmlDeclaration) Indicator whether the XML declaration in the outgoing message body should be omitted.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.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.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.outputNodeSearch(String 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.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.outputNodeSearchType(String outputNodeSearchType) Determines the search type for determining the output node which is serialized into the output message bodyF.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.outputXmlEncoding(String outputXmlEncoding) The character encoding of the resulting signed XML document.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.removeSignatureElements(Boolean removeSignatureElements) 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.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.removeSignatureElements(String removeSignatureElements) 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.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.schemaResourceUri(String schemaResourceUri) Classpath to the XML Schema.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.secureValidation(Boolean secureValidation) Enables secure validation.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.secureValidation(String secureValidation) Enables secure validation.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.validationFailedHandler(String validationFailedHandler) Handles the different validation failed situations.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.validationFailedHandler(org.apache.camel.component.xmlsecurity.api.ValidationFailedHandler validationFailedHandler) Handles the different validation failed situations.XmlVerifierEndpointBuilderFactory.XmlVerifierBuilders.xmlsecurityVerify(String path) XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification.XmlVerifierEndpointBuilderFactory.XmlVerifierBuilders.xmlsecurityVerify(String componentName, String path) XML Security Verify (camel-xmlsecurity) Verify XML payloads using the XML signature specification.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.xmlSignature2Message(String xmlSignature2Message) Bean which maps the XML signature to the output-message after the validation.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.xmlSignature2Message(org.apache.camel.component.xmlsecurity.api.XmlSignature2Message xmlSignature2Message) Bean which maps the XML signature to the output-message after the validation.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.xmlSignatureChecker(String xmlSignatureChecker) This interface allows the application to check the XML signature before the validation is executed.XmlVerifierEndpointBuilderFactory.XmlVerifierEndpointBuilder.xmlSignatureChecker(org.apache.camel.component.xmlsecurity.api.XmlSignatureChecker xmlSignatureChecker) This interface allows the application to check the XML signature before the validation is executed.