Class RedisProxyExternalAuthGrpc.RedisProxyExternalAuthImplBase
java.lang.Object
io.envoyproxy.envoy.service.redis_auth.v3.RedisProxyExternalAuthGrpc.RedisProxyExternalAuthImplBase
- All Implemented Interfaces:
RedisProxyExternalAuthGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- RedisProxyExternalAuthGrpc
public abstract static class RedisProxyExternalAuthGrpc.RedisProxyExternalAuthImplBase
extends Object
implements io.grpc.BindableService, RedisProxyExternalAuthGrpc.AsyncService
Base class for the server implementation of the service RedisProxyExternalAuth.
A generic interface for performing external password authentication on incoming AUTH commands.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.envoyproxy.envoy.service.redis_auth.v3.RedisProxyExternalAuthGrpc.AsyncService
authenticate
-
Constructor Details
-
RedisProxyExternalAuthImplBase
public RedisProxyExternalAuthImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-