Package io.quarkus.grpc.auth
package io.quarkus.grpc.auth
-
ClassDescriptionAuthExceptionHandler<ReqT,
RespT> Exception mapper for authentication and authorization exceptions To alter mapping exceptions, create a subclass of this handler and create an appropriateAuthExceptionHandlerProviderProvider for AuthExceptionHandler.Security interceptor invokingGrpcSecurityMechanismimplementationsgRPC security mechanism based on gRPC call metadata To secure your gRPC endpoints, create a CDI bean implementing this interface.