public class ImpersonatorInterceptor extends Object implements Interceptor
Interceptor.RequestTags| Modifier and Type | Field and Description |
|---|---|
static String |
IMPERSONATE_USER |
static String |
NAME |
| Constructor and Description |
|---|
ImpersonatorInterceptor(RequestConfig requestConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
before(BasicBuilder builder,
HttpRequest request,
Interceptor.RequestTags tags)
Called before a request to allow for the manipulation of the request
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafter, afterFailure, afterFailure, consumerpublic static final String IMPERSONATE_USER
public static final String NAME
public ImpersonatorInterceptor(RequestConfig requestConfig)
public void before(BasicBuilder builder, HttpRequest request, Interceptor.RequestTags tags)
Interceptorbefore in interface Interceptorbuilder - used to modify the requestrequest - the current requestCopyright © 2015–2024 Red Hat. All rights reserved.