Uses of Interface
org.springframework.security.oauth.provider.nonce.OAuthNonceServices

Packages that use OAuthNonceServices
org.springframework.security.oauth.provider.filter   
org.springframework.security.oauth.provider.nonce   
 

Uses of OAuthNonceServices in org.springframework.security.oauth.provider.filter
 

Methods in org.springframework.security.oauth.provider.filter that return OAuthNonceServices
 OAuthNonceServices OAuthProviderProcessingFilter.getNonceServices()
          The nonce services.
 

Methods in org.springframework.security.oauth.provider.filter with parameters of type OAuthNonceServices
 void OAuthProviderProcessingFilter.setNonceServices(OAuthNonceServices nonceServices)
          The nonce services.
 

Uses of OAuthNonceServices in org.springframework.security.oauth.provider.nonce
 

Classes in org.springframework.security.oauth.provider.nonce that implement OAuthNonceServices
 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.

To validate the nonce, the InMemoryNonceService first validates the consumer key and timestamp as does the ExpiringTimestampNonceServices.
 class NullNonceServices
          No-op nonce services.
 



Copyright © 2013. All rights reserved.