| Package | Description |
|---|---|
| org.apache.cxf.rs.security.oauth2.tokens.mac |
| Modifier and Type | Method and Description |
|---|---|
Collection<Nonce> |
NonceHistory.findMatchingNonces(String nonceString,
long ts) |
List<Nonce> |
NonceHistory.getNonceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NonceHistory.addNonce(Nonce nonce) |
void |
NonceStore.storeNonce(String tokenKey,
Nonce nonce,
long requestTimeDelta) |
| Constructor and Description |
|---|
NonceHistory(long requestTimeDelta,
Nonce nonce) |
Apache CXF