Uses of Interface
com.sun.xml.ws.security.policy.SignedParts
-
Packages that use SignedParts Package Description com.sun.xml.ws.security.impl.policy com.sun.xml.ws.security.impl.policyconv com.sun.xml.ws.security.policy -
-
Uses of SignedParts in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement SignedParts Modifier and Type Class Description classSignedPartsMethods in com.sun.xml.ws.security.impl.policy that return types with arguments of type SignedParts Modifier and Type Method Description Iterator<SignedParts>SupportingTokens. getSignedParts() -
Uses of SignedParts in com.sun.xml.ws.security.impl.policyconv
Fields in com.sun.xml.ws.security.impl.policyconv declared as SignedParts Modifier and Type Field Description protected SignedPartsSupportingTokensProcessor. emptySPFields in com.sun.xml.ws.security.impl.policyconv with type parameters of type SignedParts Modifier and Type Field Description protected Vector<SignedParts>BindingProcessor. signedPartsMethods in com.sun.xml.ws.security.impl.policyconv that return SignedParts Modifier and Type Method Description protected SignedPartsSupportingTokensProcessor. getEmptySignedParts(Iterator itr)Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type SignedParts Modifier and Type Method Description static booleanSecurityPolicyUtil. isSignedPartsEmpty(SignedParts sp)voidIntegrityAssertionProcessor. process(SignedParts signedParts, SignaturePolicy.FeatureBinding binding)Constructor parameters in com.sun.xml.ws.security.impl.policyconv with type arguments of type SignedParts Constructor Description AsymmetricBindingProcessor(AsymmetricBinding asBinding, XWSSPolicyContainer container, boolean isServer, boolean isIncoming, Vector<SignedParts> signedParts, Vector<EncryptedParts> encryptedParts, Vector<SignedElements> signedElements, Vector<EncryptedElements> encryptedElements)Creates a new instance of AsymmetricBindingProcessorSymmetricBindingProcessor(SymmetricBinding binding, XWSSPolicyContainer container, boolean isServer, boolean isIncoming, Vector<SignedParts> signedParts, Vector<EncryptedParts> encryptedParts, Vector<SignedElements> signedElements, Vector<EncryptedElements> encryptedElements)Creates a new instance of SymmetricBindingProcessor -
Uses of SignedParts in com.sun.xml.ws.security.policy
Methods in com.sun.xml.ws.security.policy that return SignedParts Modifier and Type Method Description abstract SignedPartsWSSecurityPolicyFactory. createSignedParts()Methods in com.sun.xml.ws.security.policy that return types with arguments of type SignedParts Modifier and Type Method Description Iterator<SignedParts>SupportingTokens. getSignedParts()List of targets that need to be protected.
-