| Package | Description |
|---|---|
| org.springframework.security.oauth.provider.filter | |
| org.springframework.security.oauth.provider.nonce |
| Modifier and Type | Method and Description |
|---|---|
OAuthNonceServices |
OAuthProviderProcessingFilter.getNonceServices()
The nonce services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthProviderProcessingFilter.setNonceServices(OAuthNonceServices nonceServices)
The nonce services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpiringTimestampNonceServices
Nonce services that only validates the timestamp of a consumer request.
|
class |
InMemoryNonceServices
Expands on the
ExpiringTimestampNonceServices to include
validation of the nonce for replay protection. |
class |
NullNonceServices
No-op nonce services.
|
Copyright © 2015. All rights reserved.