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

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

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
 



Copyright © 2011 Seam Framework. All Rights Reserved.