| Interface | Description |
|---|---|
| SecurityStrategy |
Contract for objects that adds a level of security to the SOAP Protocol.
|
| SecurityStrategyVisitor |
Used in
SecurityStrategy.accept(SecurityStrategyVisitor) as a visitor pattern. |
| Class | Description |
|---|---|
| DecryptSecurityStrategy |
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
| EncryptSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| SignSecurityStrategy |
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
| TimestampSecurityStrategy |
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
|
| UsernameTokenSecurityStrategy |
Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken
element in the SOAP request.
|
| VerifySignatureSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
| Enum | Description |
|---|---|
| PasswordType |
Password types that can be configured in a
SecurityStrategy. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.