A B C D F G L O S V W

A

AbstractPromptReceiver - Class in com.google.api.client.extensions.java6.auth.oauth2
OAuth 2.0 abstract verification code receiver that prompts user to paste the code copied from the browser.
AbstractPromptReceiver() - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver
 
AuthorizationCodeInstalledApp - Class in com.google.api.client.extensions.java6.auth.oauth2
OAuth 2.0 authorization code flow for an installed Java application that persists end-user credentials.
AuthorizationCodeInstalledApp(AuthorizationCodeFlow, VerificationCodeReceiver) - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp
 
authorize(String) - Method in class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp
Authorizes the installed application to access user's protected data.

B

browse(String) - Static method in class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp
Open a browser at the given URL using Desktop if available, or alternatively output the URL to System.out for command-line applications.

C

com.google.api.client.extensions.java6.auth.oauth2 - package com.google.api.client.extensions.java6.auth.oauth2
OAuth 2.0 utilities that help simplify the authorization flow on Java 6.

D

delete(String, Credential) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
 

F

FileCredentialStore - Class in com.google.api.client.extensions.java6.auth.oauth2
Thread-safe file implementation of a credential store.
FileCredentialStore(File, JsonFactory) - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
 
FilePersistedCredential - Class in com.google.api.client.extensions.java6.auth.oauth2
Persisted credential implementation to be used exclusively with FileCredentialStore.
FilePersistedCredential() - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential
 
FilePersistedCredentials - Class in com.google.api.client.extensions.java6.auth.oauth2
Persisted credential implementation to be used exclusively with FileCredentialStore.
FilePersistedCredentials() - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
 

G

getFlow() - Method in class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp
Returns the authorization code flow.
getReceiver() - Method in class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp
Returns the verification code receiver.
getRedirectUri() - Method in interface com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver
Returns the redirect URI.

L

load(String, Credential) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
 

O

onAuthorization(AuthorizationCodeRequestUrl) - Method in class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp
Handles user authorization by redirecting to the OAuth 2.0 authorization server.

S

stop() - Method in class com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver
 
stop() - Method in interface com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver
Releases any resources and stops any processes started.
store(String, Credential) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
 

V

VerificationCodeReceiver - Interface in com.google.api.client.extensions.java6.auth.oauth2
OAuth 2.0 verification code receiver.

W

waitForCode() - Method in class com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver
 
waitForCode() - Method in interface com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver
Waits for a verification code.

A B C D F G L O S V W

Copyright © 2011-2012 Google. All Rights Reserved.