Uses of Enum
org.apache.cxf.ws.security.wss4j.CryptoCoverageUtil.CoverageScope
Packages that use CryptoCoverageUtil.CoverageScope
Package
Description
-
Uses of CryptoCoverageUtil.CoverageScope in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return CryptoCoverageUtil.CoverageScopeModifier and TypeMethodDescriptionCryptoCoverageChecker.XPathExpression.getScope()Returns the coverage scope.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.CoverageScopeModifier and TypeMethodDescriptionstatic voidCryptoCoverageUtil.checkAttachmentsCoverage(Collection<org.apache.cxf.message.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.CoverageScopeModifierConstructorDescriptionXPathExpression(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.CoverageScopeMethods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type CryptoCoverageUtil.CoverageScopeModifier and TypeMethodDescriptionvoidSecuredElementsPolicyValidator.setCoverageScope(CryptoCoverageUtil.CoverageScope coverageScope)