| Package | Description |
|---|---|
| org.mule.runtime.extension.api.soap | |
| org.mule.runtime.extension.api.soap.security |
| Class and Description |
|---|
| SecurityStrategy
Contract for objects that adds a level of security to the SOAP Protocol.
|
| Class and 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.
|
| PasswordType
Password types that can be configured in a
SecurityStrategy. |
| SecurityStrategy
Contract for objects that adds a level of security to the SOAP Protocol.
|
| SecurityStrategyVisitor
Used in
SecurityStrategy.accept(SecurityStrategyVisitor) as a visitor pattern. |
| 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.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.