| Package | Description |
|---|---|
| org.mule.service.soap.security |
| Modifier and Type | Class and Description |
|---|---|
class |
WssDecryptSecurityStrategyCxfAdapter
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
class |
WssEncryptSecurityStrategyCxfAdapter
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
class |
WssSignSecurityStrategyCxfAdapter
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
class |
WssTimestampSecurityStrategyCxfAdapter
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
|
class |
WssUsernameTokenSecurityStrategyCxfAdapter
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken
element in the SOAP request.
|
class |
WssVerifySignatureSecurityStrategyCxfAdapter
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.