GoogleCredentials |
GoogleCredentials.Builder.build() |
|
static GoogleCredentials |
GoogleCredentials.create(AccessToken accessToken) |
Returns the credentials instance from the given access token.
|
static GoogleCredentials |
GoogleCredentials.create(java.lang.String universeDomain,
AccessToken accessToken) |
Returns the credentials instance from the given access token and universe domain.
|
GoogleCredentials |
GoogleCredentials.createDelegated(java.lang.String user) |
If the credentials support domain-wide delegation, creates a copy of the identity so that it
impersonates the specified user; otherwise, returns the same instance.
|
GoogleCredentials |
ServiceAccountCredentials.createDelegated(java.lang.String user) |
|
GoogleCredentials |
AppEngineCredentials.createScoped(java.util.Collection<java.lang.String> scopes) |
|
GoogleCredentials |
AppEngineCredentials.createScoped(java.util.Collection<java.lang.String> scopes,
java.util.Collection<java.lang.String> defaultScopes) |
|
GoogleCredentials |
AwsCredentials.createScoped(java.util.Collection<java.lang.String> newScopes) |
Clones the AwsCredentials with the specified scopes.
|
GoogleCredentials |
ComputeEngineCredentials.createScoped(java.util.Collection<java.lang.String> newScopes) |
Clones the compute engine account with the specified scopes.
|
GoogleCredentials |
ComputeEngineCredentials.createScoped(java.util.Collection<java.lang.String> newScopes,
java.util.Collection<java.lang.String> newDefaultScopes) |
Clones the compute engine account with the specified scopes and default scopes.
|
GoogleCredentials |
GoogleCredentials.createScoped(java.lang.String... scopes) |
If the credentials support scopes, creates a copy of the identity with the specified scopes;
otherwise, returns the same instance.
|
GoogleCredentials |
GoogleCredentials.createScoped(java.util.Collection<java.lang.String> scopes) |
If the credentials support scopes, creates a copy of the identity with the specified scopes,
invalidates the existing scoped access token; otherwise, return the same instance.
|
GoogleCredentials |
GoogleCredentials.createScoped(java.util.Collection<java.lang.String> scopes,
java.util.Collection<java.lang.String> defaultScopes) |
If the credentials support scopes, creates a copy of the identity with the specified scopes and
default scopes; otherwise, returns the same instance.
|
GoogleCredentials |
ImpersonatedCredentials.createScoped(java.util.Collection<java.lang.String> scopes) |
|
GoogleCredentials |
ServiceAccountCredentials.createScoped(java.util.Collection<java.lang.String> newScopes) |
Clones the service account with the specified scopes.
|
GoogleCredentials |
ServiceAccountCredentials.createScoped(java.util.Collection<java.lang.String> newScopes,
java.util.Collection<java.lang.String> newDefaultScopes) |
Clones the service account with the specified scopes.
|
GoogleCredentials |
GoogleCredentials.createWithCustomRetryStrategy(boolean defaultRetriesEnabled) |
If the credentials support automatic retries, creates a copy of the identity with the provided
retry strategy
|
GoogleCredentials |
GoogleCredentials.createWithQuotaProject(java.lang.String quotaProject) |
Creates a credential with the provided quota project.
|
static GoogleCredentials |
GoogleCredentials.fromStream(java.io.InputStream credentialsStream) |
Returns credentials defined by a JSON file stream.
|
static GoogleCredentials |
GoogleCredentials.fromStream(java.io.InputStream credentialsStream,
HttpTransportFactory transportFactory) |
Returns credentials defined by a JSON file stream.
|
static GoogleCredentials |
GoogleCredentials.getApplicationDefault() |
Returns the Application Default Credentials.
|
static GoogleCredentials |
GoogleCredentials.getApplicationDefault(HttpTransportFactory transportFactory) |
Returns the Application Default Credentials.
|
(package private) GoogleCredentials |
DefaultCredentialsProvider.getDefaultCredentials(HttpTransportFactory transportFactory) |
Returns the Application Default Credentials.
|
private GoogleCredentials |
DefaultCredentialsProvider.getDefaultCredentialsUnsynchronized(HttpTransportFactory transportFactory) |
|
GoogleCredentials |
DownscopedCredentials.getSourceCredentials() |
|
GoogleCredentials |
ImpersonatedCredentials.Builder.getSourceCredentials() |
|
GoogleCredentials |
ImpersonatedCredentials.getSourceCredentials() |
|
private GoogleCredentials |
DefaultCredentialsProvider.tryGetAppEngineCredential() |
|
private GoogleCredentials |
DefaultCredentialsProvider.tryGetCloudShellCredentials() |
|
private GoogleCredentials |
DefaultCredentialsProvider.tryGetComputeCredentials(HttpTransportFactory transportFactory) |
|