| Interface | Description |
|---|---|
| SecurityStrategy |
| Class | Description |
|---|---|
| AbstractSecurityStrategy | |
| CompositeCallbackHandler |
Callback handler implementation that delegates the handle operation to a list of callback handlers.
|
| WSCryptoUtils |
Utility class to create objects with the required properties to configure key stores and trust stores for WS-Security.
|
| WSPasswordCallbackHandler |
Abstract implementation of
CallbackHandler that only handles instances
of WSPasswordCallback with a specific usage. |
| WssDecryptSecurityStrategy |
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
| WSSecurity | |
| WssEncryptSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| WssSignSecurityStrategy |
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
| WssTimestampSecurityStrategy | |
| WssUsernameTokenSecurityStrategy | |
| WssVerifySignatureSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| Enum | Description |
|---|---|
| PasswordType | |
| SignatureKeyIdentifier |
an Enum with all the possible Signature Key Identifier values.
|
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.