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

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

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

Methods in org.apache.shindig.social.core.oauth that return FakeOAuthRequest.BodySigning
static FakeOAuthRequest.BodySigning FakeOAuthRequest.BodySigning.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FakeOAuthRequest.BodySigning[] FakeOAuthRequest.BodySigning.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.BodySigning
 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.