A B C D F G I L M 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

clone() - Method in class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential
Deprecated.
 
clone() - Method in class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
Deprecated.
 
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
Deprecated.
 

F

FileCredentialStore - Class in com.google.api.client.extensions.java6.auth.oauth2
Deprecated.
(to be removed in the future) Use FileDataStoreFactory with StoredCredential instead, optionally using migrateTo(FileDataStoreFactory) or migrateTo(DataStore) to migrating an existing FileCredentialStore.
FileCredentialStore(File, JsonFactory) - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
Deprecated.
 
FilePersistedCredential - Class in com.google.api.client.extensions.java6.auth.oauth2
Deprecated.
(to be removed in the future) Use FileDataStoreFactory instead.
FilePersistedCredential() - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential
Deprecated.
 
FilePersistedCredentials - Class in com.google.api.client.extensions.java6.auth.oauth2
Deprecated.
(to be removed in the future) Use FileDataStoreFactory instead.
FilePersistedCredentials() - Constructor for class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
Deprecated.
 

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.

I

isSymbolicLink(File) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
Deprecated.
Returns whether the given file is a symbolic link.

L

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

M

migrateTo(FileDataStoreFactory) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
Deprecated.
Migrates to the new FileDataStoreFactory format.
migrateTo(DataStore<StoredCredential>) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore
Deprecated.
Migrates to the new format using DataStore of StoredCredential.

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

set(String, Object) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential
Deprecated.
 
set(String, Object) - Method in class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials
Deprecated.
 
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
Deprecated.
 

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 I L M O S V W 

Copyright © 2011-2017 Google. All Rights Reserved.