org.apache.shindig.gadgets.spec
Class OAuthSpec

java.lang.Object
  extended by org.apache.shindig.gadgets.spec.OAuthSpec

public class OAuthSpec
extends Object

Wraps an <OAuth> element from the gadget spec. Instances are immutable.


Constructor Summary
OAuthSpec(Element element, Uri base)
           
 
Method Summary
 Map<String,OAuthService> getServices()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthSpec

public OAuthSpec(Element element,
                 Uri base)
          throws SpecParserException
Throws:
SpecParserException
Method Detail

getServices

public Map<String,OAuthService> getServices()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012. All Rights Reserved.