Package proto.rpc.v1
Class AuthServiceGrpc.AuthServiceImplBase
java.lang.Object
proto.rpc.v1.AuthServiceGrpc.AuthServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,AuthServiceGrpc.AsyncService
- Enclosing class:
- AuthServiceGrpc
public abstract static class AuthServiceGrpc.AuthServiceImplBase
extends Object
implements io.grpc.BindableService, AuthServiceGrpc.AsyncService
Base class for the server implementation of the service AuthService.
An AuthService is intended to be used as a means to perform application level authentication. Its sole Authenticate method should be used prior to any other services that a gRPC server has to offer.
-
Constructor Details
-
AuthServiceImplBase
public AuthServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-