Uses of Interface
org.springframework.security.oauth.consumer.net.OAuthURLStreamHandlerFactory

Packages that use OAuthURLStreamHandlerFactory
org.springframework.security.oauth.consumer.client   
org.springframework.security.oauth.consumer.net   
 

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

Methods in org.springframework.security.oauth.consumer.client that return OAuthURLStreamHandlerFactory
 OAuthURLStreamHandlerFactory CoreOAuthConsumerSupport.getStreamHandlerFactory()
          The URL stream handler factory for connections to an OAuth resource.
 

Methods in org.springframework.security.oauth.consumer.client with parameters of type OAuthURLStreamHandlerFactory
 void CoreOAuthConsumerSupport.setStreamHandlerFactory(OAuthURLStreamHandlerFactory streamHandlerFactory)
          The URL stream handler factory for connections to an OAuth resource.
 

Constructors in org.springframework.security.oauth.consumer.client with parameters of type OAuthURLStreamHandlerFactory
CoreOAuthConsumerSupport(OAuthURLStreamHandlerFactory streamHandlerFactory)
           
 

Uses of OAuthURLStreamHandlerFactory in org.springframework.security.oauth.consumer.net
 

Classes in org.springframework.security.oauth.consumer.net that implement OAuthURLStreamHandlerFactory
 class DefaultOAuthURLStreamHandlerFactory
          Default implementation.
 



Copyright © 2013. All rights reserved.