Uses of Class
org.apache.cxf.ws.security.wss4j.CryptoCoverageUtil.CoverageScope
-
Packages that use CryptoCoverageUtil.CoverageScope Package Description org.apache.cxf.ws.security.wss4j org.apache.cxf.ws.security.wss4j.policyvalidators -
-
Uses of CryptoCoverageUtil.CoverageScope in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return CryptoCoverageUtil.CoverageScope Modifier and Type Method Description CryptoCoverageUtil.CoverageScopeCryptoCoverageChecker.XPathExpression. getScope()Returns the coverage scope.static CryptoCoverageUtil.CoverageScopeCryptoCoverageUtil.CoverageScope. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoCoverageUtil.CoverageScope[]CryptoCoverageUtil.CoverageScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.ws.security.wss4j with parameters of type CryptoCoverageUtil.CoverageScope Modifier and Type Method Description static voidCryptoCoverageUtil. checkAttachmentsCoverage(Collection<Attachment> attachments, Collection<org.apache.wss4j.dom.WSDataRef> refs, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)static voidCryptoCoverageUtil. checkBodyCoverage(Element soapBody, Collection<org.apache.wss4j.dom.WSDataRef> refs, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the signed/encrypted SOAP body element.static voidCryptoCoverageUtil. checkCoverage(Element soapEnvelope, Collection<org.apache.wss4j.dom.WSDataRef> refs, Map<String,String> namespaces, String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted elements as defined by the XPath expression inxPath.static voidCryptoCoverageUtil. checkCoverage(Element soapEnvelope, Collection<org.apache.wss4j.dom.WSDataRef> refs, Map<String,String> namespaces, Collection<String> xPaths, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted elements as defined by the XPath expressions inxPaths.static voidCryptoCoverageUtil. checkCoverage(Element soapEnvelope, Collection<org.apache.wss4j.dom.WSDataRef> refs, XPath xpath, Collection<String> xPaths, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted elements as defined by the XPath expressions inxPaths.static voidCryptoCoverageUtil. checkHeaderCoverage(Element soapHeader, Collection<org.apache.wss4j.dom.WSDataRef> refs, String namespace, String name, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Checks that the references provided refer to the required signed/encrypted SOAP header element(s) matching the provided name and namespace.Constructors in org.apache.cxf.ws.security.wss4j with parameters of type CryptoCoverageUtil.CoverageScope Constructor Description XPathExpression(String xPath, CryptoCoverageUtil.CoverageType type, CryptoCoverageUtil.CoverageScope scope)Create a new expression indicating a cryptographic coverage requirement. -
Uses of CryptoCoverageUtil.CoverageScope in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators that return CryptoCoverageUtil.CoverageScope Modifier and Type Method Description CryptoCoverageUtil.CoverageScopeSecuredElementsPolicyValidator. getCoverageScope()Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type CryptoCoverageUtil.CoverageScope Modifier and Type Method Description voidSecuredElementsPolicyValidator. setCoverageScope(CryptoCoverageUtil.CoverageScope coverageScope)
-