| Interface | Description |
|---|---|
| SecurityStrategy |
Base contract for objects that adds a level of security to the SOAP Protocol by preparing a set of CXF properties.
|
| Class | Description |
|---|---|
| WssDecryptSecurityStrategy |
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
| WssEncryptSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| WssGlobalOutgoingSecurityStrategy |
Adds global configurations to the outgoing SOAP message.
|
| WssIncomingTimestampSecurityStrategy |
Verifies the timestamp of an incoming SOAP message.
|
| WssSignSecurityStrategy |
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
| WssTimestampSecurityStrategy |
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
|
| WssUsernameTokenSecurityStrategy |
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken element in
the SOAP request.
|
| WssVerifySignatureSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| Enum | Description |
|---|---|
| PasswordType |
Password types
|
| SecurityStrategy.SecurityStrategyType |
Different types of
SecurityStrategy that specify when a strategy should be applied to a message. |
Copyright © 2022. All rights reserved.