Uses of Class
org.apache.wss4j.policy.model.SignedParts
-
Packages that use SignedParts Package Description org.apache.cxf.ws.security.wss4j.policyvalidators org.apache.wss4j.policy.model -
-
Uses of SignedParts in org.apache.cxf.ws.security.wss4j.policyvalidators
Methods in org.apache.cxf.ws.security.wss4j.policyvalidators with parameters of type SignedParts Modifier and Type Method Description voidAbstractSupportingTokenPolicyValidator. setSignedParts(SignedParts signedParts) -
Uses of SignedParts in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return SignedParts Modifier and Type Method Description SignedPartsSupportingTokens. getSignedParts()Methods in org.apache.wss4j.policy.model with parameters of type SignedParts Modifier and Type Method Description protected voidSupportingTokens. setSignedParts(SignedParts signedParts)
-