Uses of Class
org.apache.shindig.gadgets.oauth.AccessorInfo.HttpMethod

Packages that use AccessorInfo.HttpMethod
org.apache.shindig.gadgets.oauth   
 

Uses of AccessorInfo.HttpMethod in org.apache.shindig.gadgets.oauth
 

Methods in org.apache.shindig.gadgets.oauth that return AccessorInfo.HttpMethod
 AccessorInfo.HttpMethod AccessorInfo.getHttpMethod()
           
static AccessorInfo.HttpMethod AccessorInfo.HttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessorInfo.HttpMethod[] AccessorInfo.HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.shindig.gadgets.oauth with parameters of type AccessorInfo.HttpMethod
 void AccessorInfoBuilder.setMethod(AccessorInfo.HttpMethod method)
           
 

Constructors in org.apache.shindig.gadgets.oauth with parameters of type AccessorInfo.HttpMethod
AccessorInfo(net.oauth.OAuthAccessor accessor, OAuthStore.ConsumerInfo consumer, AccessorInfo.HttpMethod httpMethod, AccessorInfo.OAuthParamLocation paramLocation, String sessionHandle, long tokenExpireMillis)
           
 



Copyright © 2007-2012. All Rights Reserved.