public class HttpRequestAuthNInterceptor
extends java.lang.Object
HttpClient
.Modifier and Type | Field and Description |
---|---|
private JWTTokenService |
jwtSvc
Instance of JWT token service.
|
Constructor and Description |
---|
HttpRequestAuthNInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
process(HttpRequest request,
Sets authorization header for the request.
|
HttpException
java.io.IOException
org.apache.http.HttpRequestInterceptor#process(org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext)