Uses of Class
org.apache.shindig.gadgets.AuthType

Packages that use AuthType
org.apache.shindig.gadgets   
org.apache.shindig.gadgets.http   
org.apache.shindig.gadgets.oauth   
org.apache.shindig.gadgets.spec   
 

Uses of AuthType in org.apache.shindig.gadgets
 

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

Uses of AuthType in org.apache.shindig.gadgets.http
 

Methods in org.apache.shindig.gadgets.http that return AuthType
 AuthType HttpRequest.getAuthType()
           
 

Methods in org.apache.shindig.gadgets.http with parameters of type AuthType
 HttpRequest HttpRequest.setAuthType(AuthType authType)
           
 

Uses of AuthType in org.apache.shindig.gadgets.oauth
 

Constructors in org.apache.shindig.gadgets.oauth with parameters of type AuthType
OAuthArguments(AuthType auth, javax.servlet.http.HttpServletRequest request)
          Parse OAuthArguments from parameters to the makeRequest servlet.
OAuthArguments(AuthType auth, Map<String,String> map)
          Parse OAuthArguments from a Map of settings
 

Uses of AuthType in org.apache.shindig.gadgets.spec
 

Methods in org.apache.shindig.gadgets.spec that return AuthType
 AuthType View.getAuthType()
           
 AuthType RequestAuthenticationInfo.getAuthType()
           
 AuthType Preload.getAuthType()
           
 



Copyright © 2007-2012. All Rights Reserved.