Uses of Interface
org.apache.wss4j.common.util.WSTimeSource
-
Packages that use WSTimeSource Package Description org.apache.wss4j.common.util org.apache.wss4j.dom.engine org.apache.wss4j.dom.message org.apache.wss4j.dom.message.token -
-
Uses of WSTimeSource in org.apache.wss4j.common.util
Classes in org.apache.wss4j.common.util that implement WSTimeSource Modifier and Type Class Description classWSCurrentTimeSource -
Uses of WSTimeSource in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return WSTimeSource Modifier and Type Method Description WSTimeSourceWSSConfig. getCurrentTime()Methods in org.apache.wss4j.dom.engine with parameters of type WSTimeSource Modifier and Type Method Description voidWSSConfig. setCurrentTime(WSTimeSource currentTime) -
Uses of WSTimeSource in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return WSTimeSource Modifier and Type Method Description WSTimeSourceWSSecTimestamp. getWsTimeSource()WSTimeSourceWSSecUsernameToken. getWsTimeSource()Methods in org.apache.wss4j.dom.message with parameters of type WSTimeSource Modifier and Type Method Description voidWSSecTimestamp. setWsTimeSource(WSTimeSource wsTimeSource)voidWSSecUsernameToken. setWsTimeSource(WSTimeSource wsTimeSource) -
Uses of WSTimeSource in org.apache.wss4j.dom.message.token
Methods in org.apache.wss4j.dom.message.token with parameters of type WSTimeSource Modifier and Type Method Description voidUsernameToken. addCreated(boolean milliseconds, WSTimeSource timeSource, Document doc)Creates and adds a Created element to this UsernameTokenConstructors in org.apache.wss4j.dom.message.token with parameters of type WSTimeSource Constructor Description Timestamp(boolean milliseconds, Document doc, WSTimeSource timeSource, int ttl)Constructs aTimestampobject according to the defined parameters.UsernameToken(boolean milliseconds, Document doc, WSTimeSource timeSource, String pwType)
-