Package io.quarkus.grpc.auth
-
Interface Summary Interface Description AuthExceptionHandlerProvider Provider for AuthExceptionHandler.GrpcSecurityMechanism gRPC security mechanism based on gRPC call metadata To secure your gRPC endpoints, create a CDI bean implementing this interface. -
Class Summary Class Description AuthExceptionHandler<ReqT,RespT> Exception mapper for authentication and authorization exceptions To alter mapping exceptions, create a subclass of this handler and create an appropriateAuthExceptionHandlerProviderDefaultAuthExceptionHandlerProvider GrpcSecurityInterceptor Security interceptor invokingGrpcSecurityMechanismimplementations