org.apache.cxf.rs.security.oauth2.tokens.hawk
Class NonceHistory
java.lang.Object
org.apache.cxf.rs.security.oauth2.tokens.hawk.NonceHistory
- All Implemented Interfaces:
- Serializable
public class NonceHistory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonceHistory
public NonceHistory(long requestTimeDelta,
Nonce nonce)
addNonce
public void addNonce(Nonce nonce)
getRequestTimeDelta
public long getRequestTimeDelta()
getNonceList
public List<Nonce> getNonceList()
findMatchingNonces
public Collection<Nonce> findMatchingNonces(String nonceString,
long ts)
Apache CXF