public interface ExchangeAuthenticator
Modifier and Type | Method and Description |
---|---|
void |
authenticate()
Authenticate against Exchange or O365
|
URI |
getExchangeUri()
Return default or computed Exchange or O365 url
|
HttpClientAdapter |
getHttpClientAdapter()
Return a new HttpClientAdapter instance with pooling enabled for ExchangeSession
|
O365Token |
getToken() |
void |
setPassword(String password) |
void |
setUsername(String username) |
void setUsername(String username)
void setPassword(String password)
void authenticate() throws IOException
IOException
- on errorO365Token getToken() throws IOException
IOException
URI getExchangeUri()
HttpClientAdapter getHttpClientAdapter()
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.