ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.Builder.build() |
|
(package private) static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromJson(java.util.Map<java.lang.String,java.lang.Object> json) |
Returns service account credentials defined by JSON using the format supported by the Google
Developers Console.
|
(package private) static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromJson(java.util.Map<java.lang.String,java.lang.Object> json,
java.net.URI defaultAudience) |
Returns service account credentials defined by JSON using the format supported by the Google
Developers Console.
|
static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromPkcs8(java.lang.String clientId,
java.lang.String clientEmail,
java.lang.String privateKeyPkcs8,
java.lang.String privateKeyId) |
Factory using PKCS#8 for the private key.
|
static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromPkcs8(java.lang.String clientId,
java.lang.String clientEmail,
java.lang.String privateKeyPkcs8,
java.lang.String privateKeyId,
java.net.URI defaultAudience) |
Factory using PKCS#8 for the private key.
|
(package private) static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromPkcs8(java.lang.String clientId,
java.lang.String clientEmail,
java.lang.String privateKeyPkcs8,
java.lang.String privateKeyId,
java.net.URI defaultAudience,
java.lang.String quotaProjectId) |
|
static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromStream(java.io.InputStream credentialsStream) |
Returns credentials defined by a Service Account key file in JSON format from the Google
Developers Console.
|
static ServiceAccountJwtAccessCredentials |
ServiceAccountJwtAccessCredentials.fromStream(java.io.InputStream credentialsStream,
java.net.URI defaultAudience) |
Returns credentials defined by a Service Account key file in JSON format from the Google
Developers Console.
|