public class BasicAuthenticationHandler extends Object
Constructor and Description |
---|
BasicAuthenticationHandler()
Deprecated.
|
BasicAuthenticationHandler(Charset charset) |
Modifier and Type | Method and Description |
---|---|
String |
challenge(List<NameValuePair> params) |
String |
extractAuthToken(String challengeResponse) |
public BasicAuthenticationHandler(Charset charset)
@Deprecated public BasicAuthenticationHandler()
BasicAuthenticationHandler(Charset)
public final String challenge(List<NameValuePair> params)
challenge
in interface AuthenticationHandler<String>
public final String extractAuthToken(String challengeResponse) throws HttpException
extractAuthToken
in interface AuthenticationHandler<String>
HttpException
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.