public interface SecurityStrategy
| 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.
|
void apply(Map<String,Object> outConfigProperties, Map<String,Object> inConfigProperties)
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).Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.