See: Description
| Interface | Description |
|---|---|
| AuthenticatingServerInterceptor |
Marker-Interface: A server interceptor that used to authenticate the client request.
|
| Class | Description |
|---|---|
| AbstractAuthenticatingServerCallListener<ReqT> |
A call listener that will set the authentication context before each invocation and clear it afterwards.
|
| AuthorizationCheckingServerInterceptor |
A server interceptor that will check the security context whether it has permission to access the grpc method.
|
| DefaultAuthenticatingServerInterceptor |
A server interceptor that tries to
read the credentials from the client and
authenticate them. |
| ExceptionTranslatingServerInterceptor |
Server interceptor that translates any
AuthenticationException and AccessDeniedException to
appropriate grpc status responses. |