See: Description
Class | Description |
---|---|
AuthenticatingServerInterceptor |
A server interceptor that tries to
read the credentials from the client and
authenticate them. |
AuthorizationCheckingServerInterceptor |
A server interceptor that will check the security context whether it has permission to access the grpc method.
|
ExceptionTranslatingServerInterceptor |
Server interceptor that translates any
AuthenticationException and AccessDeniedException to
appropriate grpc status responses. |