Uses of Interface
org.springframework.security.oauth.consumer.nonce.NonceFactory

Packages that use NonceFactory
org.springframework.security.oauth.consumer.client   
org.springframework.security.oauth.consumer.nonce   
 

Uses of NonceFactory in org.springframework.security.oauth.consumer.client
 

Methods in org.springframework.security.oauth.consumer.client that return NonceFactory
 NonceFactory CoreOAuthConsumerSupport.getNonceFactory()
          The nonce factory.
 

Methods in org.springframework.security.oauth.consumer.client with parameters of type NonceFactory
 void CoreOAuthConsumerSupport.setNonceFactory(NonceFactory nonceFactory)
          The nonce factory.
 

Uses of NonceFactory in org.springframework.security.oauth.consumer.nonce
 

Classes in org.springframework.security.oauth.consumer.nonce that implement NonceFactory
 class UUIDNonceFactory
          Nonce factory that uses a UUID to generate the nonce.
 



Copyright © 2013. All rights reserved.