org.jasig.portlet.emailpreview.dao.exchange
Interface IExchangeCredentialsService

All Known Implementing Classes:
ExchangeWsCredentialsProvider

public interface IExchangeCredentialsService

Obtains the exchange credentials and stores them into accessible location for Exchange communication.

Author:
James Wennmacher, jwennmacher@unicon.net

Method Summary
 String getUsername()
           
 void initialize(javax.portlet.PortletRequest request, MailStoreConfiguration config, IAuthenticationService authService)
           
 

Method Detail

initialize

void initialize(javax.portlet.PortletRequest request,
                MailStoreConfiguration config,
                IAuthenticationService authService)

getUsername

String getUsername()


Copyright © 2013 Jasig. All Rights Reserved.