- callCredentials(CallCredentials) - Method in class io.grpc.alts.GoogleDefaultChannelCredentials.Builder
-
Constructs GoogleDefaultChannelCredentials with a given call credential.
- check(ServerCall<?, ?>) - Static method in class io.grpc.alts.AltsContextUtil
-
Checks if the ServerCall contains ALTS information.
- clientAuthorizationCheck(ServerCall<?, ?>, Collection<String>) - Static method in class io.grpc.alts.AuthorizationUtil
-
Given a server call, performs client authorization check, i.e., checks if the client service
account matches one of the expected service accounts.
- compressorRegistry(CompressorRegistry) - Method in class io.grpc.alts.AltsServerBuilder
- ComputeEngineChannelBuilder - Class in io.grpc.alts
-
ManagedChannelBuilder for Google Compute Engine.
- ComputeEngineChannelCredentials - Class in io.grpc.alts
-
Credentials appropriate to contact Google services when running on Google Compute Engine.
- create() - Static method in class io.grpc.alts.AltsChannelCredentials
-
- create() - Static method in class io.grpc.alts.AltsServerCredentials
-
- create() - Static method in class io.grpc.alts.ComputeEngineChannelCredentials
-
Creates credentials for Google Compute Engine.
- create() - Static method in class io.grpc.alts.GoogleDefaultChannelCredentials
-
Creates Google default credentials uses a secure channel with ALTS if applicable and uses TLS
as fallback.
- createFrom(ServerCall<?, ?>) - Static method in class io.grpc.alts.AltsContextUtil
-
Creates a
AltsContext from ALTS context information in the
ServerCall.
- createTestInstance(String, String) - Static method in class io.grpc.alts.AltsContext
-
Creates an AltsContext for testing purposes.