Package org.springframework.security.oauth.provider.nonce

Interface Summary
OAuthNonceServices  
 

Class Summary
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 Summary
NonceAlreadyUsedException  
 



Copyright © 2013. All rights reserved.