public class ExchangeCredentialsInitializationService extends Object implements IInitializationService
| Constructor and Description |
|---|
ExchangeCredentialsInitializationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(javax.portlet.PortletRequest request)
Perform some action.
|
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 ExchangeCredentialsInitializationService()
public void setUsernameAttribute(String usernameAttribute)
usernameAttribute - public void setPasswordAttribute(String passwordAttribute)
passwordAttribute - public void setNtlmDomain(String ntlmDomain)
ntlmDomain - NT Domainpublic void initialize(javax.portlet.PortletRequest request)
IInitializationServiceinitialize in interface IInitializationServicerequest - user's portlet requestCopyright © 2013 Jasig. All Rights Reserved.