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.
|
TlsContextFactory |
getTlsContext() |
void |
setTlsContext(TlsContextFactory tlsContextFactory) |
addPasswordCallbackHandler, appendAction
public void apply(Map<String,Object> outConfigProperties, Map<String,Object> inConfigProperties)
SecurityStrategy
outConfigProperties
- 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 TlsContextFactory getTlsContext()
public void setTlsContext(TlsContextFactory tlsContextFactory)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.