com.google.api.client.googleapis.auth.oauth
Class GoogleOAuthDomainWideDelegation.Url

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.http.GenericUrl
              extended by com.google.api.client.googleapis.GoogleUrl
                  extended by com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation.Url
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
GoogleOAuthDomainWideDelegation

public static final class GoogleOAuthDomainWideDelegation.Url
extends GoogleUrl

Generic URL that extends GoogleUrl and also provides the requestorId parameter.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 String requestorId
          Email address of the user whose data you are trying to access.
 
Fields inherited from class com.google.api.client.googleapis.GoogleUrl
alt, fields, key, prettyprint, userip
 
Constructor Summary
GoogleOAuthDomainWideDelegation.Url(String encodedUrl)
           
 
Method Summary
 
Methods inherited from class com.google.api.client.googleapis.GoogleUrl
clone, getAlt, getFields, getKey, getPrettyPrint, getUserIp, setAlt, setFields, setKey, setPrettyPrint, setUserIp
 
Methods inherited from class com.google.api.client.http.GenericUrl
appendRawPath, build, equals, getAll, getFirst, getFragment, getHost, getPathParts, getPort, getRawPath, getScheme, hashCode, setFragment, setHost, setPathParts, setPort, setRawPath, setScheme, toPathParts, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

requestorId

public String requestorId
Email address of the user whose data you are trying to access.

Constructor Detail

GoogleOAuthDomainWideDelegation.Url

public GoogleOAuthDomainWideDelegation.Url(String encodedUrl)
Parameters:
encodedUrl - encoded URL, including any existing query parameters that should be parsed


Copyright © 2010-2012 Google. All Rights Reserved.