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
read
the credentials from the client andauthenticate
them.Server interceptor that translates anyAuthenticationException
andAccessDeniedException
to appropriate grpc status responses.