public interface IExchangeCredentialsInitializationService extends IInitializationService
| Modifier and Type | Method and Description |
|---|---|
String |
getImpersonatedAccountId(javax.portlet.PortletRequest request)
Calculate the NT account ID string in the form of username@NTDomain of the user whose account is being
accessed if Exchange Impersonation is being used, else null if not using Exchange Impersonation.
|
String |
getNtlmDomain(javax.portlet.PortletRequest request)
Return the configured NTLM Domain if set.
|
boolean |
usesExchangeImpersonation(javax.portlet.PortletRequest request)
Returns true if this portlet is configured to use Exchange Impersonation, else false.
|
initializeString getNtlmDomain(javax.portlet.PortletRequest request)
request - Portlet Requestboolean usesExchangeImpersonation(javax.portlet.PortletRequest request)
request - Portlet RequestString getImpersonatedAccountId(javax.portlet.PortletRequest request)
request - Portlet RequestCopyright © 2016 Apereo. All Rights Reserved.