public class AuthenticationInterceptor extends Object implements HttpRequestResponseInterceptor
| Constructor and Description |
|---|
AuthenticationInterceptor(ApiPlatformAuthenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
void |
process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
public AuthenticationInterceptor(ApiPlatformAuthenticator authenticator)
public void process(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
process in interface org.apache.http.HttpRequestInterceptorpublic void process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
process in interface org.apache.http.HttpResponseInterceptorCopyright © 2014–2024 MuleSoft, Inc.. All rights reserved.