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