| Package | Description |
|---|---|
| org.mule.extension.ws.api.security | |
| org.mule.extension.ws.internal.connection |
| Modifier and Type | Class and Description |
|---|---|
class |
WssDecryptSecurityStrategy
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
class |
WssEncryptSecurityStrategy
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
class |
WssSignSecurityStrategy
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
class |
WssTimestampSecurityStrategy
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
|
class |
WssUsernameTokenSecurityStrategy
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken
element in the SOAP request.
|
class |
WssVerifySignatureSecurityStrategy
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| Constructor and Description |
|---|
WscConnection(String wsdlLocation,
String address,
String service,
String port,
SoapVersion version,
boolean mtomEnabled,
List<SecurityStrategy> securities,
HttpService httpService,
String transportConfig) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.