public class NonceHistory extends Object implements Serializable
NonceHistory(long requestTimeDelta, Nonce nonce)
boolean
addNonce(Nonce nonce)
Set<Nonce>
getNonces()
long
getRequestTimeDelta()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NonceHistory(long requestTimeDelta, Nonce nonce)
public boolean addNonce(Nonce nonce)
public long getRequestTimeDelta()
public Set<Nonce> getNonces()
Apache CXF