Package proto.rpc.v1

Class ExternalAuthServiceGrpc.ExternalAuthServiceImplBase

java.lang.Object
proto.rpc.v1.ExternalAuthServiceGrpc.ExternalAuthServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService, ExternalAuthServiceGrpc.AsyncService
Enclosing class:
ExternalAuthServiceGrpc

public abstract static class ExternalAuthServiceGrpc.ExternalAuthServiceImplBase extends Object implements io.grpc.BindableService, ExternalAuthServiceGrpc.AsyncService
Base class for the server implementation of the service ExternalAuthService.
 An ExternalAuthService is intended to be used as a means to perform application level
 authentication but for an external entity that it is responsible for handling auth for.
 An example of its use would be for a entity that only trusts an external source to
 perform authentication for it.
 Its sole AuthenticateTo method should be used prior to any other services that the external
 entity's gRPC server has to offer.
 
  • Constructor Details

    • ExternalAuthServiceImplBase

      public ExternalAuthServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService