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
-
-
Constructor Summary
Constructors Constructor Description NonceHistory(long requestTimeDelta, Nonce nonce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddNonce(Nonce nonce)Set<Nonce>getNonces()longgetRequestTimeDelta()
-