Class TimestampSecurityStrategy
java.lang.Object
org.mule.runtime.extension.api.soap.security.TimestampSecurityStrategy
- All Implemented Interfaces:
SecurityStrategy
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SecurityStrategyVisitor visitor) Dispatches in a reflective way to the method with the specificSecurityStrategytype as argument.long
-
Constructor Details
-
TimestampSecurityStrategy
public TimestampSecurityStrategy(long timeToLeaveInSeconds) -
TimestampSecurityStrategy
public TimestampSecurityStrategy()
-
-
Method Details
-
getTimeToLeaveInSeconds
public long getTimeToLeaveInSeconds() -
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.
-