| Interface | Description |
|---|---|
| OAuthNonceServices |
| Class | Description |
|---|---|
| ExpiringTimestampNonceServices |
Nonce services that only validates the timestamp of a consumer request.
|
| InMemoryNonceServices |
Expands on the
ExpiringTimestampNonceServices to include
validation of the nonce for replay protection.To validate the nonce, the InMemoryNonceService first validates the consumer key and timestamp as does the ExpiringTimestampNonceServices. |
| NullNonceServices |
No-op nonce services.
|
| Exception | Description |
|---|---|
| NonceAlreadyUsedException |
Copyright © 2014. All rights reserved.