Uses of Interface
org.apache.ws.security.util.WSTimeSource

Packages that use WSTimeSource
org.apache.ws.security   
org.apache.ws.security.message.token   
org.apache.ws.security.util   
 

Uses of WSTimeSource in org.apache.ws.security
 

Methods in org.apache.ws.security that return WSTimeSource
 WSTimeSource WSSConfig.getCurrentTime()
           
 

Methods in org.apache.ws.security with parameters of type WSTimeSource
 void WSSConfig.setCurrentTime(WSTimeSource currentTime)
           
 

Uses of WSTimeSource in org.apache.ws.security.message.token
 

Methods in org.apache.ws.security.message.token with parameters of type WSTimeSource
 void UsernameToken.addCreated(boolean milliseconds, WSTimeSource timeSource, Document doc)
          Creates and adds a Created element to this UsernameToken
 

Constructors in org.apache.ws.security.message.token with parameters of type WSTimeSource
Timestamp(boolean milliseconds, Document doc, WSTimeSource timeSource, int ttl)
          Constructs a Timestamp object according to the defined parameters.
UsernameToken(boolean milliseconds, Document doc, WSTimeSource timeSource, String pwType)
           
 

Uses of WSTimeSource in org.apache.ws.security.util
 

Classes in org.apache.ws.security.util that implement WSTimeSource
 class WSCurrentTimeSource
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.