JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
I
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
clone()
- Method in class com.google.api.client.extensions.java6.auth.oauth2.
FilePersistedCredential
clone()
- Method in class com.google.api.client.extensions.java6.auth.oauth2.
FilePersistedCredentials
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.
I
isSymbolicLink(File)
- Method in class com.google.api.client.extensions.java6.auth.oauth2.
FileCredentialStore
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
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
set(String, Object)
- Method in class com.google.api.client.extensions.java6.auth.oauth2.
FilePersistedCredentials
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
I
L
O
S
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011-2013
Google
. All Rights Reserved.