| Package | Description |
|---|---|
| org.mule.soap.api | |
| org.mule.soap.api.security |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityStrategy> |
SoapWebServiceConfiguration.getSecurities() |
| Modifier and Type | Method and Description |
|---|---|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withSecurity(SecurityStrategy security)
Sets a new
SecurityStrategy to connect with a Secured Soap Web Service. |
| Modifier and Type | Method and Description |
|---|---|
SoapWebServiceConfigurationBuilder |
SoapWebServiceConfigurationBuilder.withSecurities(List<SecurityStrategy> security)
Sets a list of
SecurityStrategies to connect with a Secured Soap Web Service. |
| 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 |
WssGlobalOutgoingSecurityStrategy
Adds global configurations to the outgoing SOAP message.
|
class |
WssIncomingTimestampSecurityStrategy
Verifies the timestamp of an incoming SOAP message.
|
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.
|
Copyright © 2019. All rights reserved.