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

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

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

Methods in org.jboss.seam.social.core 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.core 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.