Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.credential |
Modifier and Type | Method and Description |
---|---|
ExchangeCredentials |
ExchangeServiceBase.getCredentials()
Gets the credential used to authenticate with the Exchange Web Services.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeServiceBase.setCredentials(ExchangeCredentials credentials)
Sets the credential used to authenticate with the Exchange Web Services.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenCredentials
TokenCredentials provides credential if you already have a token.
|
class |
WebCredentials
WebCredentials is used for password-based authentication schemes such as
basic, digest, NTLM, and Kerberos authentication.
|
class |
WindowsLiveCredentials |
class |
WSSecurityBasedCredentials
WSSecurityBasedCredentials is the base class for all credential classes using
WS-Security.
|
Modifier and Type | Method and Description |
---|---|
static ExchangeCredentials |
ExchangeCredentials.getExchangeCredentialsFromNetworkCredential(String userName,
String password,
String domain)
Performs an implicit conversion from
|
Copyright © 2012–2015 Microsoft. All rights reserved.