| Interface | Description |
|---|---|
| SecurityStrategyCxfAdapter |
Base contract for objects that adds a level of security to the SOAP Protocol by preparing a set of CXF properties.
|
| Class | Description |
|---|---|
| WssDecryptSecurityStrategyCxfAdapter |
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
| WssEncryptSecurityStrategyCxfAdapter |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| WssSignSecurityStrategyCxfAdapter |
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
| WssTimestampSecurityStrategyCxfAdapter |
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
|
| WssUsernameTokenSecurityStrategyCxfAdapter |
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken
element in the SOAP request.
|
| WssVerifySignatureSecurityStrategyCxfAdapter |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| Enum | Description |
|---|---|
| SecurityStrategyType |
Different types of
SecurityStrategyCxfAdapter that specify when a strategy should be applied to a message. |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.