Package io.deephaven.proto.auth.grpc
Class AuthApiGrpc.AuthApiImplBase
java.lang.Object
io.deephaven.proto.auth.grpc.AuthApiGrpc.AuthApiImplBase
- All Implemented Interfaces:
AuthApiGrpc.AsyncService
,io.deephaven.shadow.core.io.grpc.BindableService
- Enclosing class:
- AuthApiGrpc
public abstract static class AuthApiGrpc.AuthApiImplBase
extends Object
implements io.deephaven.shadow.core.io.grpc.BindableService, AuthApiGrpc.AsyncService
Base class for the server implementation of the service AuthApi.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.deephaven.shadow.core.io.grpc.ServerServiceDefinition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.proto.auth.grpc.AuthApiGrpc.AsyncService
authenticateByCookie, authenticateByDelegateToken, authenticateByExternal, authenticateByPassword, authenticateByPublicKey, getNonce, getToken, getTokenAs, invalidateCookie, ping, refreshCookie, reload, verifyChallenge, verifyToken
-
Constructor Details
-
AuthApiImplBase
public AuthApiImplBase()
-
-
Method Details
-
bindService
public final io.deephaven.shadow.core.io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.deephaven.shadow.core.io.grpc.BindableService
-