Uses of Class
com.sun.xml.wss.impl.SecurableSoapMessage
-
-
Uses of SecurableSoapMessage in com.sun.xml.ws.security.opt.impl
Methods in com.sun.xml.ws.security.opt.impl that return SecurableSoapMessage Modifier and Type Method Description protected SecurableSoapMessageJAXBFilterProcessingContext. getSecureMessage()Methods in com.sun.xml.ws.security.opt.impl with parameters of type SecurableSoapMessage Modifier and Type Method Description protected voidJAXBFilterProcessingContext. setSecureMessage(SecurableSoapMessage msg) -
Uses of SecurableSoapMessage in com.sun.xml.wss
Fields in com.sun.xml.wss declared as SecurableSoapMessage Modifier and Type Field Description protected SecurableSoapMessageProcessingContext. secureMessageMethods in com.sun.xml.wss that return SecurableSoapMessage Modifier and Type Method Description protected SecurableSoapMessageProcessingContext. getSecureMessage()Methods in com.sun.xml.wss with parameters of type SecurableSoapMessage Modifier and Type Method Description protected voidProcessingContext. setSecureMessage(SecurableSoapMessage msg) -
Uses of SecurableSoapMessage in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core with parameters of type SecurableSoapMessage Modifier and Type Method Description voidEncryptedHeaderBlock. copyAttributes(SecurableSoapMessage secureMsg, SecurityHeader _secHeader) -
Uses of SecurableSoapMessage in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl that return SecurableSoapMessage Modifier and Type Method Description SecurableSoapMessageFilterProcessingContext. getSecurableSoapMessage()SecurableSoapMessageProcessingContextImpl. getSecurableSoapMessage() -
Uses of SecurableSoapMessage in com.sun.xml.wss.impl.dsig
Methods in com.sun.xml.wss.impl.dsig with parameters of type SecurableSoapMessage Modifier and Type Method Description voidWSSPolicyConsumerImpl. constructSignaturePolicy(SignedInfo signedInfo, SignaturePolicy policy, SecurableSoapMessage secMsg)ListWSSPolicyConsumerImpl. 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 SecurableSoapMessage Modifier and Type Method Description voidBinarySecretStrategy. 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 SecurableSoapMessage Modifier and Type Method Description static 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)
-