org.apache.ws.security.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
 Date now()
          Get the current date time
 

Method Detail

now

Date now()
Get the current date time

Returns:
the current date/time as a date object


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.