public interface AuthenticationHandler<T>
| Modifier and Type | Method and Description | 
|---|---|
| String | challenge(List<NameValuePair> params) | 
| T | extractAuthToken(String challengeResponse) | 
String challenge(List<NameValuePair> params)
T extractAuthToken(String challengeResponse) throws HttpException
HttpExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.