Class IAMCredentialsGrpc.IAMCredentialsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IAMCredentialsGrpc.IAMCredentialsBlockingStub>
-
- com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsBlockingStub
-
- Enclosing class:
- IAMCredentialsGrpc
public static final class IAMCredentialsGrpc.IAMCredentialsBlockingStub extends io.grpc.stub.AbstractBlockingStub<IAMCredentialsGrpc.IAMCredentialsBlockingStub>
A stub to allow clients to do synchronous rpc calls to 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IAMCredentialsGrpc.IAMCredentialsBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
GenerateAccessTokenResponse
generateAccessToken(GenerateAccessTokenRequest request)
Generates an OAuth 2.0 access token for a service account.GenerateIdTokenResponse
generateIdToken(GenerateIdTokenRequest request)
Generates an OpenID Connect ID token for a service account.SignBlobResponse
signBlob(SignBlobRequest request)
Signs a blob using a service account's system-managed private key.SignJwtResponse
signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.
-
-
-
Method Detail
-
build
protected IAMCredentialsGrpc.IAMCredentialsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<IAMCredentialsGrpc.IAMCredentialsBlockingStub>
-
generateAccessToken
public GenerateAccessTokenResponse generateAccessToken(GenerateAccessTokenRequest request)
Generates an OAuth 2.0 access token for a service account.
-
generateIdToken
public GenerateIdTokenResponse generateIdToken(GenerateIdTokenRequest request)
Generates an OpenID Connect ID token for a service account.
-
signBlob
public SignBlobResponse signBlob(SignBlobRequest request)
Signs a blob using a service account's system-managed private key.
-
signJwt
public SignJwtResponse signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.
-
-