A B C D E F G H I N S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addService(BindableService) - Method in class io.grpc.alts.AltsServerBuilder
- addService(ServerServiceDefinition) - Method in class io.grpc.alts.AltsServerBuilder
- addStreamTracerFactory(ServerStreamTracer.Factory) - Method in class io.grpc.alts.AltsServerBuilder
- addTargetServiceAccount(String) - Method in class io.grpc.alts.AltsChannelBuilder
-
Adds an expected target service accounts.
- addTargetServiceAccount(String) - Method in class io.grpc.alts.AltsChannelCredentials.Builder
-
Adds an expected target service accounts.
- addTransportFilter(ServerTransportFilter) - Method in class io.grpc.alts.AltsServerBuilder
- altsCallCredentials(CallCredentials) - Method in class io.grpc.alts.GoogleDefaultChannelCredentials.Builder
-
Constructs GoogleDefaultChannelCredentials with an ALTS-specific call credential.
- AltsChannelBuilder - Class in io.grpc.alts
-
ALTS version of
ManagedChannelBuilder. - AltsChannelCredentials - Class in io.grpc.alts
-
Provides secure and authenticated communication between two cloud VMs using ALTS.
- AltsChannelCredentials.Builder - Class in io.grpc.alts
- AltsContext - Class in io.grpc.alts
-
AltsContextcontains security-related information on the ALTS channel. - AltsContext.SecurityLevel - Enum in io.grpc.alts
-
SecurityLevel of the ALTS channel.
- AltsContextUtil - Class in io.grpc.alts
-
Utility class for
AltsContext. - AltsServerBuilder - Class in io.grpc.alts
-
gRPC secure server builder used for ALTS.
- AltsServerCredentials - Class in io.grpc.alts
-
gRPC secure server builder used for ALTS.
- AltsServerCredentials.Builder - Class in io.grpc.alts
- AuthorizationUtil - Class in io.grpc.alts
-
Utility class for ALTS client authorization.
B
- build() - Method in class io.grpc.alts.AltsChannelBuilder
- build() - Method in class io.grpc.alts.AltsChannelCredentials.Builder
- build() - Method in class io.grpc.alts.AltsServerBuilder
- build() - Method in class io.grpc.alts.AltsServerCredentials.Builder
- build() - Method in class io.grpc.alts.GoogleDefaultChannelCredentials.Builder
-
Builds a GoogleDefaultChannelCredentials instance.
- Builder() - Constructor for class io.grpc.alts.AltsChannelCredentials.Builder
- Builder() - Constructor for class io.grpc.alts.AltsServerCredentials.Builder
C
- callCredentials(CallCredentials) - Method in class io.grpc.alts.GoogleDefaultChannelCredentials.Builder
-
Constructs GoogleDefaultChannelCredentials with a given call credential.
- check(Attributes) - Static method in class io.grpc.alts.AltsContextUtil
-
Checks if the
Attributescontains ALTS information. - check(ServerCall<?, ?>) - Static method in class io.grpc.alts.AltsContextUtil
-
Checks if the
ServerCallcontains 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
-
ManagedChannelBuilderfor 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
AltsContextfrom ALTS context information in theServerCall. - createTestInstance(String, String) - Static method in class io.grpc.alts.AltsContext
-
Creates an
AltsContextfor testing purposes.
D
- decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.alts.AltsServerBuilder
- delegate() - Method in class io.grpc.alts.AltsChannelBuilder
- delegate() - Method in class io.grpc.alts.AltsServerBuilder
- delegate() - Method in class io.grpc.alts.ComputeEngineChannelBuilder
- delegate() - Method in class io.grpc.alts.GoogleDefaultChannelBuilder
- directExecutor() - Method in class io.grpc.alts.AltsServerBuilder
E
- enableUntrustedAltsForTesting() - Method in class io.grpc.alts.AltsChannelBuilder
-
Enables untrusted ALTS for testing.
- enableUntrustedAltsForTesting() - Method in class io.grpc.alts.AltsChannelCredentials.Builder
-
Enables untrusted ALTS for testing.
- enableUntrustedAltsForTesting() - Method in class io.grpc.alts.AltsServerBuilder
-
Enables untrusted ALTS for testing.
- enableUntrustedAltsForTesting() - Method in class io.grpc.alts.AltsServerCredentials.Builder
-
Enables untrusted ALTS for testing.
- executor(Executor) - Method in class io.grpc.alts.AltsServerBuilder
F
- fallbackHandlerRegistry(HandlerRegistry) - Method in class io.grpc.alts.AltsServerBuilder
- forAddress(String, int) - Static method in class io.grpc.alts.AltsChannelBuilder
-
"Overrides" the static method in
ManagedChannelBuilder. - forAddress(String, int) - Static method in class io.grpc.alts.ComputeEngineChannelBuilder
-
"Overrides" the static method in
ManagedChannelBuilder. - forAddress(String, int) - Static method in class io.grpc.alts.GoogleDefaultChannelBuilder
-
"Overrides" the static method in
ManagedChannelBuilder. - forPort(int) - Static method in class io.grpc.alts.AltsServerBuilder
-
Creates a gRPC server builder for the given port.
- forTarget(String) - Static method in class io.grpc.alts.AltsChannelBuilder
-
"Overrides" the static method in
ManagedChannelBuilder. - forTarget(String) - Static method in class io.grpc.alts.ComputeEngineChannelBuilder
-
"Overrides" the static method in
ManagedChannelBuilder. - forTarget(String) - Static method in class io.grpc.alts.GoogleDefaultChannelBuilder
-
"Overrides" the static method in
ManagedChannelBuilder.
G
- getLocalServiceAccount() - Method in class io.grpc.alts.AltsContext
-
Get local service account.
- getPeerServiceAccount() - Method in class io.grpc.alts.AltsContext
-
Get peer service account.
- getSecurityLevel() - Method in class io.grpc.alts.AltsContext
-
Get security level.
- GoogleDefaultChannelBuilder - Class in io.grpc.alts
-
Google default version of
ManagedChannelBuilder. - GoogleDefaultChannelCredentials - Class in io.grpc.alts
-
Credentials appropriate to contact Google services.
- GoogleDefaultChannelCredentials.Builder - Class in io.grpc.alts
-
Builder for
GoogleDefaultChannelCredentialsinstances.
H
- handshakeTimeout(long, TimeUnit) - Method in class io.grpc.alts.AltsServerBuilder
I
- INTEGRITY_AND_PRIVACY - io.grpc.alts.AltsContext.SecurityLevel
- INTEGRITY_ONLY - io.grpc.alts.AltsContext.SecurityLevel
- intercept(ServerInterceptor) - Method in class io.grpc.alts.AltsServerBuilder
- io.grpc.alts - package io.grpc.alts
N
- newBuilder() - Static method in class io.grpc.alts.AltsChannelCredentials
- newBuilder() - Static method in class io.grpc.alts.AltsServerCredentials
- newBuilder() - Static method in class io.grpc.alts.GoogleDefaultChannelCredentials
-
Returns a new instance of
GoogleDefaultChannelCredentials.Builder.
S
- SECURITY_NONE - io.grpc.alts.AltsContext.SecurityLevel
- setHandshakerAddressForTesting(String) - Method in class io.grpc.alts.AltsChannelBuilder
-
Sets a new handshaker service address for testing.
- setHandshakerAddressForTesting(String) - Method in class io.grpc.alts.AltsChannelCredentials.Builder
-
Sets a new handshaker service address for testing.
- setHandshakerAddressForTesting(String) - Method in class io.grpc.alts.AltsServerBuilder
-
Sets a new handshaker service address for testing.
- setHandshakerAddressForTesting(String) - Method in class io.grpc.alts.AltsServerCredentials.Builder
-
Sets a new handshaker service address for testing.
U
- UNKNOWN - io.grpc.alts.AltsContext.SecurityLevel
- useTransportSecurity(File, File) - Method in class io.grpc.alts.AltsServerBuilder
V
- valueOf(String) - Static method in enum io.grpc.alts.AltsContext.SecurityLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.grpc.alts.AltsContext.SecurityLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages