Serialized Form
-
Package com.google.auth
-
Class com.google.auth.Credentials extends Object implements Serializable
- serialVersionUID:
- 808575179767517313L
-
Class com.google.auth.ServiceAccountSigner.SigningException extends RuntimeException implements Serializable
- serialVersionUID:
- -6503954300538947223L
-
-
Package com.google.auth.appengine
-
Class com.google.auth.appengine.AppEngineCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- -2627708355455064660L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
appIdentityServiceClassName
String appIdentityServiceClassName
-
scopes
Collection<String> scopes
-
scopesRequired
boolean scopesRequired
-
-
-
Package com.google.auth.oauth2
-
Class com.google.auth.oauth2.AccessToken extends Object implements Serializable
- serialVersionUID:
- -8514239465808977353L
-
Class com.google.auth.oauth2.AwsCredentials extends ExternalAccountCredentials implements Serializable
- serialVersionUID:
- -3670131891574618105L
-
Serialized Fields
-
awsCredentialSource
com.google.auth.oauth2.AwsCredentials.AwsCredentialSource awsCredentialSource
-
-
Class com.google.auth.oauth2.CloudShellCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- -2133257318957488451L
-
Serialized Fields
-
authPort
int authPort
-
-
Class com.google.auth.oauth2.ComputeEngineCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- -4113476462526554235L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
scopes
Collection<String> scopes
-
transportFactoryClassName
String transportFactoryClassName
-
-
Class com.google.auth.oauth2.DownscopedCredentials extends OAuth2Credentials implements Serializable
-
Serialized Fields
-
credentialAccessBoundary
CredentialAccessBoundary credentialAccessBoundary
-
sourceCredential
GoogleCredentials sourceCredential
-
-
-
Class com.google.auth.oauth2.ExternalAccountAuthorizedUserCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- -2181779590486283287L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class com.google.auth.oauth2.ExternalAccountCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- 8049126194174465023L
-
Serialized Fields
-
audience
String audience
-
clientId
String clientId
-
clientSecret
String clientSecret
-
credentialSource
com.google.auth.oauth2.ExternalAccountCredentials.CredentialSource credentialSource
-
environmentProvider
com.google.auth.oauth2.EnvironmentProvider environmentProvider
-
impersonatedCredentials
ImpersonatedCredentials impersonatedCredentials
-
impersonatedCredentialsOverride
ImpersonatedCredentials impersonatedCredentialsOverride
-
scopes
Collection<String> scopes
-
serviceAccountImpersonationOptions
com.google.auth.oauth2.ExternalAccountCredentials.ServiceAccountImpersonationOptions serviceAccountImpersonationOptions
-
serviceAccountImpersonationUrl
String serviceAccountImpersonationUrl
-
subjectTokenType
String subjectTokenType
-
tokenInfoUrl
String tokenInfoUrl
-
tokenUrl
String tokenUrl
-
transportFactoryClassName
String transportFactoryClassName
-
universeDomain
String universeDomain
-
workforcePoolUserProject
String workforcePoolUserProject
-
-
Class com.google.auth.oauth2.GdchCredentials extends GoogleCredentials implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
apiAudience
URI apiAudience
-
caCertPath
String caCertPath
-
lifetime
int lifetime
-
privateKey
PrivateKey privateKey
-
privateKeyId
String privateKeyId
-
projectId
String projectId
-
serviceIdentityName
String serviceIdentityName
-
tokenServerUri
URI tokenServerUri
-
transportFactoryClassName
String transportFactoryClassName
-
-
-
Class com.google.auth.oauth2.GoogleCredentials extends OAuth2Credentials implements Serializable
- serialVersionUID:
- -1522852442442473691L
-
Serialized Fields
-
quotaProjectId
String quotaProjectId
-
-
Class com.google.auth.oauth2.IdentityPoolCredentials extends ExternalAccountCredentials implements Serializable
- serialVersionUID:
- 2471046175477275881L
-
Serialized Fields
-
identityPoolCredentialSource
com.google.auth.oauth2.IdentityPoolCredentials.IdentityPoolCredentialSource identityPoolCredentialSource
-
-
Class com.google.auth.oauth2.IdToken extends AccessToken implements Serializable
- serialVersionUID:
- -8514239465808977353L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Class com.google.auth.oauth2.IdTokenCredentials extends OAuth2Credentials implements Serializable
- serialVersionUID:
- -2133257318957588431L
-
Serialized Fields
-
idTokenProvider
IdTokenProvider idTokenProvider
-
options
List<IdTokenProvider.Option> options
-
targetAudience
String targetAudience
-
-
Class com.google.auth.oauth2.ImpersonatedCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- -2133257318957488431L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class com.google.auth.oauth2.JwtClaims extends Object implements Serializable
- serialVersionUID:
- 4974444151019426702L
-
Class com.google.auth.oauth2.JwtCredentials extends Credentials implements Serializable
-
Serialized Fields
-
jwtClaims
JwtClaims jwtClaims
-
lifeSpanSeconds
Long lifeSpanSeconds
-
lock
Object lock
-
privateKey
PrivateKey privateKey
-
privateKeyId
String privateKeyId
-
-
-
Class com.google.auth.oauth2.OAuth2Credentials extends Credentials implements Serializable
- serialVersionUID:
- 4556936364828217687L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class com.google.auth.oauth2.OAuth2CredentialsWithRefresh extends OAuth2Credentials implements Serializable
-
Serialized Fields
-
refreshHandler
OAuth2CredentialsWithRefresh.OAuth2RefreshHandler refreshHandler
-
-
-
Class com.google.auth.oauth2.PluggableAuthCredentials extends ExternalAccountCredentials implements Serializable
-
Serialized Fields
-
config
com.google.auth.oauth2.PluggableAuthCredentials.PluggableAuthCredentialSource config
-
handler
com.google.auth.oauth2.ExecutableHandler handler
-
-
-
Class com.google.auth.oauth2.ServiceAccountCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- 7807543542681217978L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
clientEmail
String clientEmail
-
clientId
String clientId
-
defaultRetriesEnabled
boolean defaultRetriesEnabled
-
defaultScopes
Collection<String> defaultScopes
-
lifetime
int lifetime
-
privateKey
PrivateKey privateKey
-
privateKeyId
String privateKeyId
-
projectId
String projectId
-
scopes
Collection<String> scopes
-
serviceAccountUser
String serviceAccountUser
-
tokenServerUri
URI tokenServerUri
-
transportFactoryClassName
String transportFactoryClassName
-
useJwtAccessWithScope
boolean useJwtAccessWithScope
-
-
Class com.google.auth.oauth2.ServiceAccountJwtAccessCredentials extends Credentials implements Serializable
- serialVersionUID:
- -7274955171379494197L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class com.google.auth.oauth2.TokenVerifier.VerificationException extends Exception implements Serializable
-
Class com.google.auth.oauth2.UserCredentials extends GoogleCredentials implements Serializable
- serialVersionUID:
- -4800758775038679176L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-