Class ExceptionTranslatingServerInterceptor

java.lang.Object
net.devh.boot.grpc.server.security.interceptors.ExceptionTranslatingServerInterceptor
All Implemented Interfaces:
ServerInterceptor

@GrpcGlobalServerInterceptor @Order(5000) public class ExceptionTranslatingServerInterceptor extends Object implements ServerInterceptor
Server interceptor that translates any AuthenticationException and AccessDeniedException to appropriate grpc status responses.