Uses of Class
com.sun.xml.wss.impl.SecurableSoapMessage
Packages that use SecurableSoapMessage
Package
Description
-
Uses of SecurableSoapMessage in com.sun.xml.ws.security.opt.impl
Methods in com.sun.xml.ws.security.opt.impl that return SecurableSoapMessageModifier and TypeMethodDescriptionprotected SecurableSoapMessageJAXBFilterProcessingContext.getSecureMessage()Methods in com.sun.xml.ws.security.opt.impl with parameters of type SecurableSoapMessageModifier and TypeMethodDescriptionprotected voidJAXBFilterProcessingContext.setSecureMessage(SecurableSoapMessage msg) -
Uses of SecurableSoapMessage in com.sun.xml.wss
Fields in com.sun.xml.wss declared as SecurableSoapMessageMethods in com.sun.xml.wss that return SecurableSoapMessageModifier and TypeMethodDescriptionprotected SecurableSoapMessageProcessingContext.getSecureMessage()Methods in com.sun.xml.wss with parameters of type SecurableSoapMessageModifier and TypeMethodDescriptionprotected voidProcessingContext.setSecureMessage(SecurableSoapMessage msg) -
Uses of SecurableSoapMessage in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core with parameters of type SecurableSoapMessageModifier and TypeMethodDescriptionvoidEncryptedHeaderBlock.copyAttributes(SecurableSoapMessage secureMsg, SecurityHeader _secHeader) -
Uses of SecurableSoapMessage in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return SecurableSoapMessageModifier and TypeMethodDescriptionFilterProcessingContext.getSecurableSoapMessage()ProcessingContextImpl.getSecurableSoapMessage() -
Uses of SecurableSoapMessage in com.sun.xml.wss.impl.dsig
Methods in com.sun.xml.wss.impl.dsig with parameters of type SecurableSoapMessageModifier and TypeMethodDescriptionvoidWSSPolicyConsumerImpl.constructSignaturePolicy(SignedInfo signedInfo, SignaturePolicy policy, SecurableSoapMessage secMsg) WSSPolicyConsumerImpl.generateReferenceList(List targetList, SecurableSoapMessage secureMessage, FilterProcessingContext fpContext, boolean verify, boolean isEndorsing) -
Uses of SecurableSoapMessage in com.sun.xml.wss.impl.keyinfo
Methods in com.sun.xml.wss.impl.keyinfo with parameters of type SecurableSoapMessageModifier and TypeMethodDescriptionvoidBinarySecretStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) voidBinarySecretStrategy.insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg) voidDirectReferenceStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) voidDirectReferenceStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId, String valueType) voidDirectReferenceStrategy.insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg) voidKeyIdentifierStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) voidKeyIdentifierStrategy.insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg) abstract voidKeyInfoStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) insert the Key Information into a ds:KeyInfo using the appropriate schemeabstract voidKeyInfoStrategy.insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg) insert the Key Information into a SecurityTokenReference using the appropriate schemevoidKeyNameStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) voidKeyNameStrategy.insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg) voidX509IssuerSerialStrategy.insertKey(KeyInfoHeaderBlock keyInfo, SecurableSoapMessage secureMsg, String x509TokenId) voidX509IssuerSerialStrategy.insertKey(SecurityTokenReference tokenRef, SecurableSoapMessage secureMsg) -
Uses of SecurableSoapMessage in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type SecurableSoapMessageModifier and TypeMethodDescriptionstatic KeyKeyResolver.resolveKeyValue(SecurableSoapMessage secureMsg, org.apache.xml.security.keys.content.KeyValue keyValue, boolean sig, FilterProcessingContext context) static KeyKeyResolver.resolveSamlAssertion(SecurableSoapMessage secureMsg, Element samlAssertion, boolean sig, FilterProcessingContext context, String assertionID) static KeyKeyResolver.resolveX509Data(SecurableSoapMessage secureMsg, org.apache.xml.security.keys.content.X509Data x509Data, boolean sig, FilterProcessingContext context) static KeyKeyResolver.resolveX509Token(SecurableSoapMessage secureMsg, X509SecurityToken token, boolean sig, FilterProcessingContext context)