Uses of Interface
org.jboss.seam.social.oauth.OAuthRequest

Packages that use OAuthRequest
org.jboss.seam.social   
org.jboss.seam.social.oauth   
org.jboss.seam.social.scribe   
 

Uses of OAuthRequest in org.jboss.seam.social
 

Methods in org.jboss.seam.social with parameters of type OAuthRequest
protected  RestResponse OAuthServiceBase.sendSignedRequest(OAuthRequest request)
           
 

Uses of OAuthRequest in org.jboss.seam.social.oauth
 

Methods in org.jboss.seam.social.oauth that return OAuthRequest
 OAuthRequest OAuthProvider.requestFactory(RestVerb verb, String uri)
          Creates an OAuthRequest with the given Rest Verb and uri
 

Methods in org.jboss.seam.social.oauth with parameters of type OAuthRequest
 void OAuthProvider.signRequest(OAuthToken accessToken, OAuthRequest request)
          Sign an OAuthRequest in order to make it valid for targeted service
 

Uses of OAuthRequest in org.jboss.seam.social.scribe
 

Classes in org.jboss.seam.social.scribe that implement OAuthRequest
 class OAuthRequestScribe
           
 

Methods in org.jboss.seam.social.scribe that return OAuthRequest
 OAuthRequest OAuthProviderScribe.requestFactory(RestVerb verb, String uri)
           
 

Methods in org.jboss.seam.social.scribe with parameters of type OAuthRequest
 void OAuthProviderScribe.signRequest(OAuthToken accessToken, OAuthRequest request)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.