Uses of Class
org.apache.wss4j.policy.model.XPath
-
Packages that use XPath Package Description org.apache.cxf.ws.security.wss4j.policyhandlers org.apache.wss4j.policy.builders org.apache.wss4j.policy.model org.apache.wss4j.policy.stax -
-
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 XPath Modifier and Type Method Description protected 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 XPath Modifier and Type Method Description protected List<XPath>SignedElementsBuilder. getXPath2Expressions(Element element, SPConstants.SPVersion spVersion)protected List<XPath>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 XPath Modifier and Type Method Description List<XPath>RequiredElements. getXPaths()Constructor parameters in org.apache.wss4j.policy.model with type arguments of type XPath Constructor Description ContentEncryptedElements(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 Modifier and Type Method Description static List<QName>PolicyUtils. getElementPath(XPath xPath)
-