public class ExchangeWsCredentialsProvider extends Object implements org.apache.http.client.CredentialsProvider, IExchangeCredentialsService
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EXCHANGE_CREDENTIALS_ATTRIBUTE |
| Constructor and Description |
|---|
ExchangeWsCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
org.apache.http.auth.Credentials |
getCredentials(org.apache.http.auth.AuthScope authscope) |
String |
getUsername() |
void |
initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService) |
void |
setCredentials(org.apache.http.auth.AuthScope authscope,
org.apache.http.auth.Credentials credentials) |
protected static final String EXCHANGE_CREDENTIALS_ATTRIBUTE
public void clear()
clear in interface org.apache.http.client.CredentialsProviderpublic org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthScope authscope)
getCredentials in interface org.apache.http.client.CredentialsProviderpublic void setCredentials(org.apache.http.auth.AuthScope authscope,
org.apache.http.auth.Credentials credentials)
setCredentials in interface org.apache.http.client.CredentialsProviderpublic void initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService)
initialize in interface IExchangeCredentialsServicepublic String getUsername()
getUsername in interface IExchangeCredentialsServiceCopyright © 2013 Jasig. All Rights Reserved.