org.apache.shindig.gadgets.spec
Class OAuthService.EndPoint

java.lang.Object
  extended by org.apache.shindig.gadgets.spec.OAuthService.EndPoint
Enclosing class:
OAuthService

public static class OAuthService.EndPoint
extends Object

Description of an OAuth request token or access token URL.


Field Summary
 OAuthService.Location location
           
 OAuthService.Method method
           
 Uri url
           
 
Constructor Summary
OAuthService.EndPoint(Uri url, OAuthService.Method method, OAuthService.Location location)
           
 
Method Summary
 String toString(String element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final Uri url

method

public final OAuthService.Method method

location

public final OAuthService.Location location
Constructor Detail

OAuthService.EndPoint

public OAuthService.EndPoint(Uri url,
                             OAuthService.Method method,
                             OAuthService.Location location)
Method Detail

toString

public String toString(String element)


Copyright © 2007-2012. All Rights Reserved.