Class VerifySignatureSecurityStrategy
java.lang.Object
org.mule.runtime.extension.api.soap.security.VerifySignatureSecurityStrategy
- 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
ConstructorsConstructorDescriptionVerifySignatureSecurityStrategy(WssTrustStoreConfiguration trustStoreConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SecurityStrategyVisitor visitor) Dispatches in a reflective way to the method with the specificSecurityStrategytype as argument.
-
Constructor Details
-
VerifySignatureSecurityStrategy
-
VerifySignatureSecurityStrategy
public VerifySignatureSecurityStrategy()
-
-
Method Details
-
getTrustStoreConfiguration
-
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.
-