Package org.apache.wss4j.common.util
Interface WSTimeSource
- All Known Implementing Classes:
WSCurrentTimeSource
public interface WSTimeSource
This interface allows the Time Source used to set dates and times to be
overridden by the application.
-
Method Summary
-
Method Details
-
now
Instant now()Get the current date time- Returns:
- the current date/time as a Instant object
-