Uses of Class
com.google.cloud.iam.credentials.v1.ServiceAccountName
-
Packages that use ServiceAccountName Package Description com.google.cloud.iam.credentials.v1 A client to IAM Service Account Credentials API -
-
Uses of ServiceAccountName in com.google.cloud.iam.credentials.v1
Methods in com.google.cloud.iam.credentials.v1 that return ServiceAccountName Modifier and Type Method Description ServiceAccountName
ServiceAccountName.Builder. build()
static ServiceAccountName
ServiceAccountName. of(String project, String serviceAccount)
static ServiceAccountName
ServiceAccountName. parse(String formattedString)
Methods in com.google.cloud.iam.credentials.v1 that return types with arguments of type ServiceAccountName Modifier and Type Method Description static List<ServiceAccountName>
ServiceAccountName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.iam.credentials.v1 with parameters of type ServiceAccountName Modifier and Type Method Description GenerateAccessTokenResponse
IamCredentialsClient. generateAccessToken(ServiceAccountName name, List<String> delegates, List<String> scope, com.google.protobuf.Duration lifetime)
Generates an OAuth 2.0 access token for a service account.GenerateIdTokenResponse
IamCredentialsClient. generateIdToken(ServiceAccountName name, List<String> delegates, String audience, boolean includeEmail)
Generates an OpenID Connect ID token for a service account.SignBlobResponse
IamCredentialsClient. signBlob(ServiceAccountName name, List<String> delegates, com.google.protobuf.ByteString payload)
Signs a blob using a service account's system-managed private key.SignJwtResponse
IamCredentialsClient. signJwt(ServiceAccountName name, List<String> delegates, String payload)
Signs a JWT using a service account's system-managed private key.Method parameters in com.google.cloud.iam.credentials.v1 with type arguments of type ServiceAccountName Modifier and Type Method Description static List<String>
ServiceAccountName. toStringList(List<ServiceAccountName> values)
-