Class DecryptSecurityStrategy
java.lang.Object
org.mule.runtime.extension.api.soap.security.DecryptSecurityStrategy
- All Implemented Interfaces:
SecurityStrategy
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SecurityStrategyVisitor visitor) Dispatches in a reflective way to the method with the specificSecurityStrategytype as argument.
-
Constructor Details
-
DecryptSecurityStrategy
-
-
Method Details
-
getKeyStoreConfiguration
-
accept
Description copied from interface:SecurityStrategyDispatches in a reflective way to the method with the specificSecurityStrategytype as argument.- Specified by:
acceptin interfaceSecurityStrategy- Parameters:
visitor- the accepted visitor.
-