Class EncryptSecurityStrategy
java.lang.Object
org.mule.runtime.extension.api.soap.security.EncryptSecurityStrategy
- All Implemented Interfaces:
SecurityStrategy
Verifies the signature of a SOAP response, using certificates of the trust-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
-
EncryptSecurityStrategy
-
-
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.
-