java.lang.Object
org.mule.runtime.extension.api.soap.security.TimestampSecurityStrategy
All Implemented Interfaces:
SecurityStrategy

public final class TimestampSecurityStrategy extends Object implements SecurityStrategy
Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.
Since:
1.0
  • Constructor Details

    • TimestampSecurityStrategy

      public TimestampSecurityStrategy(long timeToLeaveInSeconds)
    • TimestampSecurityStrategy

      public TimestampSecurityStrategy()
  • Method Details