Package | Description |
---|---|
davmail.exchange.auth | |
davmail.exchange.dav | |
davmail.exchange.ews | |
davmail.http |
Modifier and Type | Method and Description |
---|---|
HttpClientAdapter |
O365StoredTokenAuthenticator.getHttpClientAdapter()
Return a pool enabled HttpClientAdapter instance to access O365
|
HttpClientAdapter |
O365ManualAuthenticator.getHttpClientAdapter()
Return a pool enabled HttpClientAdapter instance to access O365
|
HttpClientAdapter |
O365InteractiveAuthenticator.getHttpClientAdapter()
Return a pool enabled HttpClientAdapter instance to access O365
|
HttpClientAdapter |
O365Authenticator.getHttpClientAdapter()
Return a pool enabled HttpClientAdapter instance to access O365
|
HttpClientAdapter |
ExchangeFormAuthenticator.getHttpClientAdapter()
Return authenticated HttpClient 4 HttpClientAdapter
|
HttpClientAdapter |
ExchangeAuthenticator.getHttpClientAdapter()
Return a new HttpClientAdapter instance with pooling enabled for ExchangeSession
|
Modifier and Type | Method and Description |
---|---|
protected PostRequest |
ExchangeFormAuthenticator.buildLogonMethod(HttpClientAdapter httpClient,
ResponseWrapper responseWrapper)
Try to find logon method path from logon form body.
|
protected void |
ExchangeFormAuthenticator.formLogin(HttpClientAdapter httpClient,
ResponseWrapper initRequest,
String password) |
protected boolean |
ExchangeFormAuthenticator.isHttpAuthentication(HttpClientAdapter httpClient,
String url)
Test authentication mode : form based or basic.
|
protected ResponseWrapper |
ExchangeFormAuthenticator.postLogonMethod(HttpClientAdapter httpClient,
PostRequest logonMethod,
String password) |
protected void |
ExchangeFormAuthenticator.setAuthFormFields(org.apache.http.client.methods.HttpRequestBase logonMethod,
HttpClientAdapter httpClient,
String password) |
Constructor and Description |
---|
DavExchangeSession(HttpClientAdapter httpClientAdapter,
URI uri,
String userName) |
Modifier and Type | Field and Description |
---|---|
protected HttpClientAdapter |
EwsExchangeSession.httpClient |
Constructor and Description |
---|
EwsExchangeSession(HttpClientAdapter httpClient,
O365Token token,
String userName) |
EwsExchangeSession(HttpClientAdapter httpClient,
String userName) |
EwsExchangeSession(HttpClientAdapter httpClient,
URI uri,
String userName) |
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientAdapter.close(HttpClientAdapter httpClientAdapter) |
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.