public class O365StoredTokenAuthenticator extends Object implements ExchangeAuthenticator
| Constructor and Description |
|---|
O365StoredTokenAuthenticator() |
| 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 pool enabled HttpClientAdapter instance to access O365
|
O365Token |
getToken() |
void |
setPassword(String password) |
void |
setUsername(String username) |
public void setUsername(String username)
setUsername in interface ExchangeAuthenticatorpublic void setPassword(String password)
setPassword in interface ExchangeAuthenticatorpublic HttpClientAdapter getHttpClientAdapter()
getHttpClientAdapter in interface ExchangeAuthenticatorpublic void authenticate()
throws IOException
ExchangeAuthenticatorauthenticate in interface ExchangeAuthenticatorIOException - on errorpublic O365Token getToken()
getToken in interface ExchangeAuthenticatorpublic URI getExchangeUri()
ExchangeAuthenticatorgetExchangeUri in interface ExchangeAuthenticatorCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.