public class FormBasedAuthInterceptor extends Object implements org.apache.http.HttpRequestInterceptor, HttpRequestResponseInterceptor
| Constructor and Description |
|---|
FormBasedAuthInterceptor(String loginTokenName) |
| 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 FormBasedAuthInterceptor(String loginTokenName)
public void process(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpRequestInterceptororg.apache.http.HttpExceptionIOExceptionpublic void process(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpResponseInterceptororg.apache.http.HttpExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.