public class WssTimestampSecurityStrategy extends AbstractSecurityStrategy implements SecurityStrategy
| Constructor and Description |
|---|
WssTimestampSecurityStrategy() |
| 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.
|
long |
getExpires() |
boolean |
isCheckResponseTimestamp() |
void |
setCheckResponseTimestamp(boolean checkResponseTimestamp) |
void |
setExpires(long expires) |
addPasswordCallbackHandler, appendActionpublic void apply(Map<String,Object> outConfigProperties, Map<String,Object> inConfigProperties)
SecurityStrategyapply in interface 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 long getExpires()
public void setExpires(long expires)
public boolean isCheckResponseTimestamp()
public void setCheckResponseTimestamp(boolean checkResponseTimestamp)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.