Uses of Class
io.envoyproxy.envoy.service.redis_auth.v3.RedisProxyExternalAuthRequest
Packages that use RedisProxyExternalAuthRequest
-
Uses of RedisProxyExternalAuthRequest in io.envoyproxy.envoy.service.redis_auth.v3
Methods in io.envoyproxy.envoy.service.redis_auth.v3 that return RedisProxyExternalAuthRequestModifier and TypeMethodDescriptionRedisProxyExternalAuthRequest.Builder.build()RedisProxyExternalAuthRequest.Builder.buildPartial()RedisProxyExternalAuthRequest.getDefaultInstance()RedisProxyExternalAuthRequest.Builder.getDefaultInstanceForType()RedisProxyExternalAuthRequest.getDefaultInstanceForType()RedisProxyExternalAuthRequest.parseDelimitedFrom(InputStream input) RedisProxyExternalAuthRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProxyExternalAuthRequest.parseFrom(byte[] data) RedisProxyExternalAuthRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProxyExternalAuthRequest.parseFrom(com.google.protobuf.ByteString data) RedisProxyExternalAuthRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProxyExternalAuthRequest.parseFrom(com.google.protobuf.CodedInputStream input) RedisProxyExternalAuthRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProxyExternalAuthRequest.parseFrom(InputStream input) RedisProxyExternalAuthRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProxyExternalAuthRequest.parseFrom(ByteBuffer data) RedisProxyExternalAuthRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.redis_auth.v3 that return types with arguments of type RedisProxyExternalAuthRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<RedisProxyExternalAuthRequest,RedisProxyExternalAuthResponse> RedisProxyExternalAuthGrpc.getAuthenticateMethod()com.google.protobuf.Parser<RedisProxyExternalAuthRequest>RedisProxyExternalAuthRequest.getParserForType()static com.google.protobuf.Parser<RedisProxyExternalAuthRequest>RedisProxyExternalAuthRequest.parser()Methods in io.envoyproxy.envoy.service.redis_auth.v3 with parameters of type RedisProxyExternalAuthRequestModifier and TypeMethodDescriptiondefault voidRedisProxyExternalAuthGrpc.AsyncService.authenticate(RedisProxyExternalAuthRequest request, io.grpc.stub.StreamObserver<RedisProxyExternalAuthResponse> responseObserver) Performs authentication check based on the data sent with the AUTH request.RedisProxyExternalAuthGrpc.RedisProxyExternalAuthBlockingStub.authenticate(RedisProxyExternalAuthRequest request) Performs authentication check based on the data sent with the AUTH request.com.google.common.util.concurrent.ListenableFuture<RedisProxyExternalAuthResponse>RedisProxyExternalAuthGrpc.RedisProxyExternalAuthFutureStub.authenticate(RedisProxyExternalAuthRequest request) Performs authentication check based on the data sent with the AUTH request.voidRedisProxyExternalAuthGrpc.RedisProxyExternalAuthStub.authenticate(RedisProxyExternalAuthRequest request, io.grpc.stub.StreamObserver<RedisProxyExternalAuthResponse> responseObserver) Performs authentication check based on the data sent with the AUTH request.RedisProxyExternalAuthRequest.Builder.mergeFrom(RedisProxyExternalAuthRequest other) RedisProxyExternalAuthRequest.newBuilder(RedisProxyExternalAuthRequest prototype)