Uses of Class
org.apache.shindig.social.core.oauth.FakeOAuthRequest.OAuthParamLocation

Packages that use FakeOAuthRequest.OAuthParamLocation
org.apache.shindig.social.core.oauth   
 

Uses of FakeOAuthRequest.OAuthParamLocation in org.apache.shindig.social.core.oauth
 

Methods in org.apache.shindig.social.core.oauth that return FakeOAuthRequest.OAuthParamLocation
static FakeOAuthRequest.OAuthParamLocation FakeOAuthRequest.OAuthParamLocation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FakeOAuthRequest.OAuthParamLocation[] FakeOAuthRequest.OAuthParamLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.shindig.social.core.oauth with parameters of type FakeOAuthRequest.OAuthParamLocation
 FakeHttpServletRequest FakeOAuthRequest.sign(java.lang.String token, FakeOAuthRequest.OAuthParamLocation paramLocationEnum, FakeOAuthRequest.BodySigning bodySigning)
           
 FakeHttpServletRequest FakeOAuthRequest.sign(java.lang.String consumerKey, java.lang.String consumerSecret, java.lang.String requestor, java.lang.String token, java.lang.String tokenSecret, FakeOAuthRequest.OAuthParamLocation paramLocationEnum, FakeOAuthRequest.BodySigning bodySigning)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.