Interface RedisProxyExternalAuthGrpc.AsyncService
- All Known Implementing Classes:
RedisProxyExternalAuthGrpc.RedisProxyExternalAuthImplBase
- Enclosing class:
- RedisProxyExternalAuthGrpc
public static interface RedisProxyExternalAuthGrpc.AsyncService
A generic interface for performing external password authentication on incoming AUTH commands.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidauthenticate(RedisProxyExternalAuthRequest request, io.grpc.stub.StreamObserver<RedisProxyExternalAuthResponse> responseObserver) Performs authentication check based on the data sent with the AUTH request.
-
Method Details
-
authenticate
default void authenticate(RedisProxyExternalAuthRequest request, io.grpc.stub.StreamObserver<RedisProxyExternalAuthResponse> responseObserver) Performs authentication check based on the data sent with the AUTH request. Returns either an OK status or an error status.
-