Class IAMCredentialsGrpc.IAMCredentialsImplBase
- java.lang.Object
-
- com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
-
- All Implemented Interfaces:
IAMCredentialsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- IAMCredentialsGrpc
public abstract static class IAMCredentialsGrpc.IAMCredentialsImplBase extends Object implements io.grpc.BindableService, IAMCredentialsGrpc.AsyncService
Base class for the server implementation of the service IAMCredentials.A service account is a special type of Google account that belongs to your application or a virtual machine (VM), instead of to an individual end user. Your application assumes the identity of the service account to call Google APIs, so that the users aren't directly involved. Service account credentials are used to temporarily assume the identity of the service account. Supported credential types include OAuth 2.0 access tokens, OpenID Connect ID tokens, self-signed JSON Web Tokens (JWTs), and more.
-
-
Constructor Summary
Constructors Constructor Description IAMCredentialsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.AsyncService
generateAccessToken, generateIdToken, signBlob, signJwt
-
-