Interface Authenticator
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BasicDigestAuthentication
,CertificateAuthentication
,CredentialBasicAuthentication
,CredentialNtlmAuthentication
,FormAuthentication
- Author:
- Janario Oliveira
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.impl.client.CloseableHttpClient
authenticate
(org.apache.http.impl.client.HttpClientBuilder clientBuilder, org.apache.http.protocol.HttpContext context, org.apache.http.client.methods.HttpRequestBase requestBase, PrintStream logger)
-
Method Details
-
getKeyName
String getKeyName() -
authenticate
org.apache.http.impl.client.CloseableHttpClient authenticate(org.apache.http.impl.client.HttpClientBuilder clientBuilder, org.apache.http.protocol.HttpContext context, org.apache.http.client.methods.HttpRequestBase requestBase, PrintStream logger) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-