Uses of Class
org.apache.wss4j.policy.model.XPath
Packages that use XPath
Package
Description
-
Uses of XPath in org.apache.cxf.ws.security.wss4j.policyhandlers
Method parameters in org.apache.cxf.ws.security.wss4j.policyhandlers with type arguments of type XPathModifier and TypeMethodDescriptionprotected List<WSEncryptionPart>AbstractBindingBuilder.getElements(String encryptionModifier, List<XPath> xpaths, List<Element> found, boolean forceId) Identifies the portions of the message to be signed/encrypted. -
Uses of XPath in org.apache.wss4j.policy.builders
Methods in org.apache.wss4j.policy.builders that return types with arguments of type XPathModifier and TypeMethodDescriptionSignedElementsBuilder.getXPath2Expressions(Element element, SPConstants.SPVersion spVersion) SignedElementsBuilder.getXPathExpressions(Element element, SPConstants.SPVersion spVersion) -
Uses of XPath in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return types with arguments of type XPathConstructor parameters in org.apache.wss4j.policy.model with type arguments of type XPathModifierConstructorDescriptionContentEncryptedElements(SPConstants.SPVersion version, String xPathVersion, List<XPath> xPaths) EncryptedElements(SPConstants.SPVersion version, String xPathVersion, List<XPath> xPaths) RequiredElements(SPConstants.SPVersion version, String xPathVersion, List<XPath> xPaths) SignedElements(SPConstants.SPVersion version, String xPathVersion, List<XPath> xPaths) -
Uses of XPath in org.apache.wss4j.policy.stax
Methods in org.apache.wss4j.policy.stax with parameters of type XPath