public interface J4pAuthenticator
Modifier and Type | Method and Description |
---|---|
void |
authenticate(org.apache.http.impl.client.HttpClientBuilder pBuilder,
String pUser,
String pPassword)
Hook called before the HTTP client has been build in order to prepare
for authentication
|
void authenticate(org.apache.http.impl.client.HttpClientBuilder pBuilder, String pUser, String pPassword)
pBuilder
- the HTTP client builderpUser
- user to authenticatepPassword
- her passwordCopyright © 2021. All rights reserved.