Package net.devh.boot.grpc.server.security.interceptors
package net.devh.boot.grpc.server.security.interceptors
Contains the interceptors that handle the security for the actual gRPC requests.
-
ClassDescriptionA call listener that will set the authentication context before each invocation and clear it afterwards.Marker-Interface: A server interceptor that used to authenticate the client request.A server interceptor that will check the security context whether it has permission to access the grpc method.A server interceptor that tries to
readthe credentials from the client andauthenticatethem.Server interceptor that translates anyAuthenticationExceptionandAccessDeniedExceptionto appropriate grpc status responses.