Uses of Interface
org.springframework.security.oauth.consumer.OAuthConsumerSupport

Packages that use OAuthConsumerSupport
org.springframework.security.oauth.consumer.client   
org.springframework.security.oauth.consumer.filter   
org.springframework.security.oauth.consumer.net   
 

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

Classes in org.springframework.security.oauth.consumer.client that implement OAuthConsumerSupport
 class CoreOAuthConsumerSupport
          Consumer-side support for OAuth.
 

Methods in org.springframework.security.oauth.consumer.client that return OAuthConsumerSupport
 OAuthConsumerSupport OAuthRestTemplate.getSupport()
          The support logic to use.
 

Methods in org.springframework.security.oauth.consumer.client with parameters of type OAuthConsumerSupport
 void OAuthRestTemplate.setSupport(OAuthConsumerSupport support)
          The support logic to use.
 

Constructors in org.springframework.security.oauth.consumer.client with parameters of type OAuthConsumerSupport
OAuthClientHttpRequestFactory(org.springframework.http.client.ClientHttpRequestFactory delegate, ProtectedResourceDetails resource, OAuthConsumerSupport support)
           
 

Uses of OAuthConsumerSupport in org.springframework.security.oauth.consumer.filter
 

Methods in org.springframework.security.oauth.consumer.filter that return OAuthConsumerSupport
 OAuthConsumerSupport OAuthConsumerContextFilter.getConsumerSupport()
          The OAuth consumer support.
 

Methods in org.springframework.security.oauth.consumer.filter with parameters of type OAuthConsumerSupport
 void OAuthConsumerContextFilter.setConsumerSupport(OAuthConsumerSupport consumerSupport)
          The OAuth consumer support.
 

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

Methods in org.springframework.security.oauth.consumer.net with parameters of type OAuthConsumerSupport
 URLStreamHandler DefaultOAuthURLStreamHandlerFactory.getHttpsStreamHandler(ProtectedResourceDetails resourceDetails, OAuthConsumerToken accessToken, OAuthConsumerSupport support, String httpMethod, Map<String,String> additionalParameters)
           
 URLStreamHandler OAuthURLStreamHandlerFactory.getHttpsStreamHandler(ProtectedResourceDetails resourceDetails, OAuthConsumerToken accessToken, OAuthConsumerSupport support, String httpMethod, Map<String,String> additionalParameters)
          Get the handler for an HTTPS stream.
 URLStreamHandler DefaultOAuthURLStreamHandlerFactory.getHttpStreamHandler(ProtectedResourceDetails resourceDetails, OAuthConsumerToken accessToken, OAuthConsumerSupport support, String httpMethod, Map<String,String> additionalParameters)
           
 URLStreamHandler OAuthURLStreamHandlerFactory.getHttpStreamHandler(ProtectedResourceDetails resourceDetails, OAuthConsumerToken accessToken, OAuthConsumerSupport support, String httpMethod, Map<String,String> additionalParameters)
          Get the handler for an HTTP stream.
 

Constructors in org.springframework.security.oauth.consumer.net with parameters of type OAuthConsumerSupport
OAuthOverHttpsURLStreamHandler(ProtectedResourceDetails resourceDetails, OAuthConsumerToken accessToken, OAuthConsumerSupport support, String httpMethod, Map<String,String> additionalParameters)
           
OAuthOverHttpURLStreamHandler(ProtectedResourceDetails resourceDetails, OAuthConsumerToken accessToken, OAuthConsumerSupport support, String httpMethod, Map<String,String> additionalParameters)
           
 



Copyright © 2013. All rights reserved.