public class WssDecryptSecurityStrategy extends AbstractSecurityStrategy
| Constructor and Description |
|---|
WssDecryptSecurityStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Map<String,Object> outConfigProperties,
Map<String,Object> inConfigProperties)
Applies this security strategy to inbound and outbound configuration maps.
|
org.mule.transport.ssl.api.TlsContextFactory |
getTlsContext() |
void |
setTlsContext(org.mule.transport.ssl.api.TlsContextFactory tlsContextFactory) |
addPasswordCallbackHandler, appendActionpublic void apply(Map<String,Object> outConfigProperties, Map<String,Object> inConfigProperties)
SecurityStrategyoutConfigProperties - Properties to be set on the out interceptor (applied to the SOAP request).inConfigProperties - Properties to be set on the in interceptor (applied to the SOAP response).public org.mule.transport.ssl.api.TlsContextFactory getTlsContext()
public void setTlsContext(org.mule.transport.ssl.api.TlsContextFactory tlsContextFactory)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.