Package | Description |
---|---|
org.apache.cxf.ws.security.wss4j |
Modifier and Type | Field and Description |
---|---|
protected List<CryptoCoverageChecker.XPathExpression> |
CryptoCoverageChecker.xPaths
The XPath expressions for locating elements in SOAP messages
that must be covered.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoCoverageChecker.addXPaths(List<CryptoCoverageChecker.XPathExpression> xpaths)
Adds the XPath expressions to check for, adding to any previously
set expressions.
|
void |
CryptoCoverageChecker.setXPaths(List<CryptoCoverageChecker.XPathExpression> xpaths)
Sets the XPath expressions to check for, clearing all previously
set expressions.
|
Constructor and Description |
---|
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