public class SignatureFilterSelector extends Object
| Constructor and Description |
|---|
SignatureFilterSelector() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<org.mule.runtime.api.util.Pair<DOMValidateContext,XMLSignature>> |
forDocumentAndElementPath(Document document,
String elementPath)
Chooses which signature filter to use, according to the targeted
Element in the document. |
public static Predicate<org.mule.runtime.api.util.Pair<DOMValidateContext,XMLSignature>> forDocumentAndElementPath(Document document, String elementPath)
Element in the document.document - the current documentelementPath - the element path to target a single signatureCopyright © 2024 MuleSoft, Inc.. All rights reserved.