Uses of Interface
org.apache.wss4j.common.util.WSTimeSource
Packages that use WSTimeSource
Package
Description
-
Uses of WSTimeSource in org.apache.wss4j.common.util
Classes in org.apache.wss4j.common.util that implement WSTimeSource -
Uses of WSTimeSource in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return WSTimeSourceMethods in org.apache.wss4j.dom.engine with parameters of type WSTimeSource -
Uses of WSTimeSource in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return WSTimeSourceModifier and TypeMethodDescriptionWSSecTimestamp.getWsTimeSource()WSSecUsernameToken.getWsTimeSource()Methods in org.apache.wss4j.dom.message with parameters of type WSTimeSourceModifier and TypeMethodDescriptionvoidWSSecTimestamp.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 WSTimeSourceModifier and TypeMethodDescriptionvoidUsernameToken.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 WSTimeSourceModifierConstructorDescriptionTimestamp(boolean milliseconds, Document doc, WSTimeSource timeSource, int ttl) Constructs aTimestampobject according to the defined parameters.UsernameToken(boolean milliseconds, Document doc, WSTimeSource timeSource, String pwType)