Uses of Class
org.apache.wss4j.policy.model.XPath
Packages that use XPath
-
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)