Apache CXF API

Uses of Class
org.apache.cxf.ws.security.wss4j.CryptoCoverageChecker.XPathExpression

Packages that use CryptoCoverageChecker.XPathExpression
org.apache.cxf.ws.security.wss4j   
 

Uses of CryptoCoverageChecker.XPathExpression in org.apache.cxf.ws.security.wss4j
 

Fields in org.apache.cxf.ws.security.wss4j with type parameters of type CryptoCoverageChecker.XPathExpression
protected  List<CryptoCoverageChecker.XPathExpression> CryptoCoverageChecker.xPaths
          The XPath expressions for locating elements in SOAP messages that must be covered.
 

Method parameters in org.apache.cxf.ws.security.wss4j with type arguments of type CryptoCoverageChecker.XPathExpression
 void CryptoCoverageChecker.setXPaths(List<CryptoCoverageChecker.XPathExpression> xpaths)
          Sets the XPath expressions to check for, clearing all previously set expressions.
 

Constructor parameters in org.apache.cxf.ws.security.wss4j with type arguments of type CryptoCoverageChecker.XPathExpression
CryptoCoverageChecker(Map<String,String> prefixes, List<CryptoCoverageChecker.XPathExpression> xPaths)
          Creates a new instance that checks for signature coverage over matches to the provided XPath expressions making defensive copies of provided arguments.
 


Apache CXF API

Apache CXF