public class ExchangeCredentialsInitializationService extends Object implements IInitializationService
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFS_NTDOMAIN |
| Constructor and Description |
|---|
ExchangeCredentialsInitializationService() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.auth.Credentials |
createNTCredentials(String ntlmDomain,
String username,
String password) |
void |
initialize(javax.portlet.PortletRequest request)
Perform some action.
|
void |
setMailAttribute(String mailAttribute)
Set the name of the user attribute used for retrieving the user's email address.
|
void |
setNtlmDomain(String ntlmDomain)
Set the domain () of this machine for NTLM authentication.
|
void |
setPasswordAttribute(String passwordAttribute)
Set the name of the user attribute to be used for retrieving the Exchange
authentication password from the portlet UserInfo map.
|
void |
setUsernameAttribute(String usernameAttribute)
Set the name of the user attribute to be used for retrieving the Exchange
authentication username from the portlet UserInfo map.
|
public static final String PREFS_NTDOMAIN
public ExchangeCredentialsInitializationService()
public void setUsernameAttribute(String usernameAttribute)
usernameAttribute - public void setPasswordAttribute(String passwordAttribute)
passwordAttribute - public void setMailAttribute(String mailAttribute)
mailAttribute - public void setNtlmDomain(String ntlmDomain)
ntlmDomain - NT Domainpublic void initialize(javax.portlet.PortletRequest request)
IInitializationServiceinitialize in interface IInitializationServicerequest - user's portlet requestCopyright © 2014 Jasig. All Rights Reserved.