Uses of Class
com.google.api.client.util.Key

Packages that use Key
com.google.api.client.auth.oauth OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). 
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
com.google.api.client.auth.oauth2.draft10 OAuth 2.0 (draft 10) authorization as specified in The OAuth 2.0 Protocol (draft-ietf-oauth-v2-10) (see detailed package specification). 
com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
com.google.api.client.json.rpc2 JSON-RPC 2.0 as specified in JSON-RPC 2.0 Specification and JSON-RPC over HTTP
com.google.api.client.testing.json Testing utilities used for writing tests based on the JSON package of this library. 
 

Uses of Key in com.google.api.client.auth.oauth
 

Fields in com.google.api.client.auth.oauth with annotations of type Key
 Boolean OAuthCredentialsResponse.callbackConfirmed
          "true" for temporary credentials request or null for a token credentials request.
 String OAuthAuthorizeTemporaryTokenUrl.temporaryToken
          The temporary credentials token obtained from temporary credentials request in the "oauth_token" parameter.
 String OAuthCallbackUrl.token
          The temporary credentials identifier received from the client.
 String OAuthCredentialsResponse.token
          Credentials token.
 String OAuthCredentialsResponse.tokenSecret
          Credentials shared-secret for use with "HMAC-SHA1" signature algorithm.
 String OAuthCallbackUrl.verifier
          The verification code.
 

Uses of Key in com.google.api.client.auth.oauth2
 

Fields in com.google.api.client.auth.oauth2 with annotations of type Key
 String AuthorizationResponse.accessToken
          Deprecated. (REQUIRED if the end user grants authorization and the response type is "token" or "code_and_token", otherwise MUST NOT be included) The access token issued by the authorization server.
 String AccessTokenResponse.accessToken
          Deprecated. (REQUIRED) The access token issued by the authorization server.
 String AccessTokenRequest.AssertionGrant.assertion
          Deprecated. (REQUIRED) The assertion.
 String AccessTokenRequest.AssertionGrant.assertionType
          Deprecated. (REQUIRED) The format of the assertion as defined by the authorization server.
 String AccessTokenRequest.clientId
          Deprecated. (REQUIRED, unless the client identity can be establish via other means, for example assertion) The client identifier or null for none.
 String AuthorizationRequestUrl.clientId
          Deprecated. (REQUIRED) The client identifier.
 String AuthorizationResponse.code
          Deprecated. (REQUIRED if the end user grants authorization and the response type is "code" or "code_and_token", otherwise MUST NOT be included) The authorization code generated by the authorization server.
 String AccessTokenRequest.AuthorizationCodeGrant.code
          Deprecated. (REQUIRED) The authorization code received from the authorization server.
 String AuthorizationResponse.error
          Deprecated. (REQUIRED if the end user denies authorization) A single error code.
 String AccessTokenErrorResponse.error
          Deprecated. (REQUIRED) A single error code.
 String AuthorizationResponse.errorDescription
          Deprecated. (OPTIONAL) A human-readable text providing additional information, used to assist in the understanding and resolution of the error occurred.
 String AccessTokenErrorResponse.errorDescription
          Deprecated. (OPTIONAL) A human-readable text providing additional information, used to assist in the understanding and resolution of the error occurred.
 String AuthorizationResponse.errorUri
          Deprecated. (OPTIONAL) A URI identifying a human-readable web page with information about the error, used to provide the end-user with additional information about the error.
 String AccessTokenErrorResponse.errorUri
          Deprecated. (OPTIONAL) A URI identifying a human-readable web page with information about the error, used to provide the end-user with additional information about the error.
 Long AuthorizationResponse.expiresIn
          Deprecated. (OPTIONAL) The duration in seconds of the access token lifetime if an access token is included.
 Long AccessTokenResponse.expiresIn
          Deprecated. (OPTIONAL) The duration in seconds of the access token lifetime.
 String AccessTokenRequest.grantType
          Deprecated. (REQUIRED) The access grant type included in the request.
 String AccessTokenRequest.AuthorizationCodeGrant.redirectUri
          Deprecated. (REQUIRED) The redirection URI used in the initial request.
 String AuthorizationRequestUrl.redirectUri
          Deprecated. (REQUIRED, unless a redirection URI has been established between the client and authorization server via other means) An absolute URI to which the authorization server will redirect the user-agent to when the end-user authorization step is completed.
 String AccessTokenRequest.RefreshTokenGrant.refreshToken
          Deprecated. (REQUIRED) The refresh token associated with the access token to be refreshed.
 String AccessTokenResponse.refreshToken
          Deprecated. (OPTIONAL) The refresh token used to obtain new access tokens.
 String AuthorizationRequestUrl.responseType
          Deprecated. (REQUIRED) The requested response: an access token, an authorization code, or both.
 String AuthorizationResponse.scope
          Deprecated. (OPTIONAL) The scope of the access token as a list of space- delimited strings if an access token is included.
 String AccessTokenRequest.scope
          Deprecated. (OPTIONAL) The scope of the access request expressed as a list of space-delimited strings or null for none.
 String AuthorizationRequestUrl.scope
          Deprecated. (OPTIONAL) The scope of the access request expressed as a list of space-delimited strings.
 String AccessTokenResponse.scope
          Deprecated. (OPTIONAL) The scope of the access token as a list of space- delimited strings.
 String AuthorizationResponse.state
          Deprecated. (REQUIRED if the "state" parameter was present in the client authorization request) Set to the exact value received from the client.
 String AuthorizationRequestUrl.state
          Deprecated. (OPTIONAL) An opaque value used by the client to maintain state between the request and callback.
 String AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant.username
          Deprecated. (REQUIRED) The resource owner's username.
 

Uses of Key in com.google.api.client.auth.oauth2.draft10
 

Fields in com.google.api.client.auth.oauth2.draft10 with annotations of type Key
 String AuthorizationResponse.accessToken
          (REQUIRED if the end user grants authorization and the response type is "token" or "code_and_token", otherwise MUST NOT be included) The access token issued by the authorization server.
 String AccessTokenResponse.accessToken
          (REQUIRED) The access token issued by the authorization server.
 String AccessTokenRequest.AssertionGrant.assertion
          (REQUIRED) The assertion.
 String AccessTokenRequest.AssertionGrant.assertionType
          (REQUIRED) The format of the assertion as defined by the authorization server.
 String AuthorizationRequestUrl.clientId
          (REQUIRED) The client identifier.
 String AccessTokenRequest.clientId
          (REQUIRED, unless the client identity can be establish via other means, for example assertion) The client identifier or null for none.
 String AuthorizationResponse.code
          (REQUIRED if the end user grants authorization and the response type is "code" or "code_and_token", otherwise MUST NOT be included) The authorization code generated by the authorization server.
 String AccessTokenRequest.AuthorizationCodeGrant.code
          (REQUIRED) The authorization code received from the authorization server.
 String AuthorizationResponse.error
          (REQUIRED if the end user denies authorization) A single error code.
 String AccessTokenErrorResponse.error
          (REQUIRED) A single error code.
 String AuthorizationResponse.errorDescription
          (OPTIONAL) A human-readable text providing additional information, used to assist in the understanding and resolution of the error occurred.
 String AccessTokenErrorResponse.errorDescription
          (OPTIONAL) A human-readable text providing additional information, used to assist in the understanding and resolution of the error occurred.
 String AuthorizationResponse.errorUri
          (OPTIONAL) A URI identifying a human-readable web page with information about the error, used to provide the end-user with additional information about the error.
 String AccessTokenErrorResponse.errorUri
          (OPTIONAL) A URI identifying a human-readable web page with information about the error, used to provide the end-user with additional information about the error.
 Long AuthorizationResponse.expiresIn
          (OPTIONAL) The duration in seconds of the access token lifetime if an access token is included.
 Long AccessTokenResponse.expiresIn
          (OPTIONAL) The duration in seconds of the access token lifetime.
 AccessTokenRequest.GrantType AccessTokenRequest.grantType
          (REQUIRED) The access grant type included in the request.
 String AuthorizationRequestUrl.redirectUri
          (REQUIRED, unless a redirection URI has been established between the client and authorization server via other means) An absolute URI to which the authorization server will redirect the user-agent to when the end-user authorization step is completed.
 String AccessTokenRequest.AuthorizationCodeGrant.redirectUri
          (REQUIRED) The redirection URI used in the initial request.
 String AccessTokenRequest.RefreshTokenGrant.refreshToken
          (REQUIRED) The refresh token associated with the access token to be refreshed.
 String AccessTokenResponse.refreshToken
          (OPTIONAL) The refresh token used to obtain new access tokens.
 String AuthorizationRequestUrl.responseType
          (REQUIRED) The requested response: an access token, an authorization code, or both.
 String AuthorizationResponse.scope
          (OPTIONAL) The scope of the access token as a list of space- delimited strings if an access token is included.
 String AuthorizationRequestUrl.scope
          (OPTIONAL) The scope of the access request expressed as a list of space-delimited strings.
 String AccessTokenRequest.scope
          (OPTIONAL) The scope of the access request expressed as a list of space-delimited strings or null for none.
 String AccessTokenResponse.scope
          (OPTIONAL) The scope of the access token as a list of space- delimited strings.
 String AuthorizationResponse.state
          (REQUIRED if the "state" parameter was present in the client authorization request) Set to the exact value received from the client.
 String AuthorizationRequestUrl.state
          (OPTIONAL) An opaque value used by the client to maintain state between the request and callback.
 String AccessTokenRequest.ResourceOwnerPasswordCredentialsGrant.username
          (REQUIRED) The resource owner's username.
 

Uses of Key in com.google.api.client.http
 

Fields in com.google.api.client.http with annotations of type Key
 String HttpHeaders.accept
          "Accept" header.
 String HttpHeaders.acceptEncoding
          "Accept-Encoding" header.
 String HttpHeaders.authenticate
          "WWW-Authenticate" header.
 String HttpHeaders.authorization
          "Authorization" header.
 String HttpHeaders.cacheControl
          "Cache-Control" header.
 String HttpHeaders.contentEncoding
          "Content-Encoding" header.
 String HttpHeaders.contentLength
          "Content-Length" header.
 String HttpHeaders.contentMD5
          "Content-MD5" header.
 String HttpHeaders.contentRange
          "Content-Range" header.
 String HttpHeaders.contentType
          "Content-Type" header.
 String HttpHeaders.date
          "Date" header.
 String HttpHeaders.etag
          "ETag" header.
 String HttpHeaders.expires
          "Expires" header.
 String HttpHeaders.ifMatch
          "If-Match" header.
 String HttpHeaders.ifModifiedSince
          "If-Modified-Since" header.
 String HttpHeaders.ifNoneMatch
          "If-None-Match" header.
 String HttpHeaders.ifUnmodifiedSince
          "If-Unmodified-Since" header.
 String HttpHeaders.lastModified
          "Last-Modified" header.
 String HttpHeaders.location
          "Location" header.
 String HttpHeaders.mimeVersion
          "MIME-Version" header.
 String HttpHeaders.range
          "Range" header.
 String HttpHeaders.retryAfter
          "Retry-After" header.
 String HttpHeaders.userAgent
          "User-Agent" header.
 

Uses of Key in com.google.api.client.json.rpc2
 

Fields in com.google.api.client.json.rpc2 with annotations of type Key
 Object JsonRpcRequest.id
          An identifier established by the Client that MUST contain a String or a Number.
 String JsonRpcRequest.jsonrpc
          A String specifying the version of the JSON-RPC protocol.
 String JsonRpcRequest.method
          A String containing the name of the method to be invoked.
 Object JsonRpcRequest.params
          A Structured value that holds the parameter values to be used during the invocation of the method.
 

Uses of Key in com.google.api.client.testing.json
 

Fields in com.google.api.client.testing.json with annotations of type Key
 Object AbstractJsonParserTest.AnyType.arr
           
 LinkedList<LinkedList<String>> AbstractJsonParserTest.CollectionOfCollectionType.arr
           
 T[][] AbstractJsonParserTest.TypeVariableType.arr
           
 String[] AbstractJsonParserTest.StringNullValue.arr
           
 String[][] AbstractJsonParserTest.StringNullValue.arr2
           
 Object AbstractJsonParserTest.AnyType.bool
           
 Collection<AbstractJsonGeneratorTest.Entry> AbstractJsonGeneratorTest.Feed.entries
           
 Collection<AbstractJsonParserTest.Entry> AbstractJsonParserTest.Feed.entries
           
 Integer[] AbstractJsonParserTest.ArrayType.integerArr
           
 LinkedList<LinkedList<T>> AbstractJsonParserTest.TypeVariableType.list
           
 Collection<? super Integer>[] AbstractJsonParserTest.WildCardTypes.lower
           
 Map<String,String> AbstractJsonParserTest.A.map
           
 Map<String,?> AbstractJsonParserTest.WildCardTypes.map
           
 Collection<? super TreeMap<String,? extends Integer>> AbstractJsonParserTest.WildCardTypes.mapInWild
           
 Map<String,? extends Integer> AbstractJsonParserTest.WildCardTypes.mapUpper
           
 Object AbstractJsonParserTest.AnyType.nul
           
 T AbstractJsonParserTest.TypeVariableType.nullValue
           
 AbstractJsonParserTest.E AbstractJsonParserTest.EnumValue.nullValue
           
 Object AbstractJsonParserTest.AnyType.num
           
 Object AbstractJsonParserTest.AnyType.obj
           
 AbstractJsonParserTest.E AbstractJsonParserTest.EnumValue.otherValue
           
 Collection<?>[] AbstractJsonParserTest.WildCardTypes.simple
           
 Object AbstractJsonParserTest.AnyType.str
           
 String AbstractJsonGeneratorTest.Entry.title
           
 String AbstractJsonParserTest.Entry.title
           
 Collection<? extends Integer>[] AbstractJsonParserTest.WildCardTypes.upper
           
 Map<String,Map<String,Integer>>[] AbstractJsonParserTest.MapOfMapType.value
           
 T AbstractJsonParserTest.TypeVariableType.value
           
 String AbstractJsonParserTest.StringNullValue.value
           
 AbstractJsonParserTest.E AbstractJsonParserTest.EnumValue.value
           
 



Copyright © 2010-2011 Google. All Rights Reserved.