Uses of Class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
Packages that use ServiceAccountJwtAccessCredentials
-
Uses of ServiceAccountJwtAccessCredentials in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ServiceAccountJwtAccessCredentialsModifier and TypeMethodDescriptionServiceAccountJwtAccessCredentials.Builder.build()
(package private) static ServiceAccountJwtAccessCredentials
Returns service account credentials defined by JSON using the format supported by the Google Developers Console.(package private) static ServiceAccountJwtAccessCredentials
Returns service account credentials defined by JSON using the format supported by the Google Developers Console.ServiceAccountJwtAccessCredentials.fromPkcs8
(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId) Factory using PKCS#8 for the private key.ServiceAccountJwtAccessCredentials.fromPkcs8
(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, URI defaultAudience) Factory using PKCS#8 for the private key.(package private) static ServiceAccountJwtAccessCredentials
ServiceAccountJwtAccessCredentials.fromPkcs8
(String clientId, String clientEmail, String privateKeyPkcs8, String privateKeyId, URI defaultAudience, String quotaProjectId) ServiceAccountJwtAccessCredentials.fromStream
(InputStream credentialsStream) Returns credentials defined by a Service Account key file in JSON format from the Google Developers Console.ServiceAccountJwtAccessCredentials.fromStream
(InputStream credentialsStream, URI defaultAudience) Returns credentials defined by a Service Account key file in JSON format from the Google Developers Console.Constructors in com.google.auth.oauth2 with parameters of type ServiceAccountJwtAccessCredentials