Uses of Class
org.jasig.portlet.emailpreview.MailStoreConfiguration

Packages that use MailStoreConfiguration
org.jasig.portlet.emailpreview.dao.javamail   
org.jasig.portlet.emailpreview.service   
org.jasig.portlet.emailpreview.service.auth   
org.jasig.portlet.emailpreview.service.link   
 

Uses of MailStoreConfiguration in org.jasig.portlet.emailpreview.dao.javamail
 

Methods in org.jasig.portlet.emailpreview.dao.javamail with parameters of type MailStoreConfiguration
 AccountSummary JavamailAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config, javax.mail.Authenticator auth, String username, String mailAccount, int start, int max)
           
 javax.mail.Session JavamailAccountDaoImpl.openMailSession(MailStoreConfiguration config, javax.mail.Authenticator auth)
           
 

Uses of MailStoreConfiguration in org.jasig.portlet.emailpreview.service
 

Methods in org.jasig.portlet.emailpreview.service that return MailStoreConfiguration
 MailStoreConfiguration SimpleServiceBroker.getConfiguration(javax.portlet.PortletRequest request)
           
 MailStoreConfiguration IServiceBroker.getConfiguration(javax.portlet.PortletRequest request)
           
 

Methods in org.jasig.portlet.emailpreview.service with parameters of type MailStoreConfiguration
 void SimpleServiceBroker.saveConfiguration(javax.portlet.ActionRequest request, MailStoreConfiguration config)
           
 void IServiceBroker.saveConfiguration(javax.portlet.ActionRequest request, MailStoreConfiguration config)
           
 

Uses of MailStoreConfiguration in org.jasig.portlet.emailpreview.service.auth
 

Methods in org.jasig.portlet.emailpreview.service.auth with parameters of type MailStoreConfiguration
 javax.mail.Authenticator PortletPreferencesCredentialsAuthenticationServiceImpl.getAuthenticator(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 javax.mail.Authenticator IAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 javax.mail.Authenticator DemoAuthenticationService.getAuthenticator(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 javax.mail.Authenticator CachedPasswordAuthenticationServiceImpl.getAuthenticator(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 String PortletPreferencesCredentialsAuthenticationServiceImpl.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String IAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String DemoAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String CachedPasswordAuthenticationServiceImpl.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 boolean PortletPreferencesCredentialsAuthenticationServiceImpl.isConfigured(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 boolean IAuthenticationService.isConfigured(javax.portlet.PortletRequest request, MailStoreConfiguration config)
          True if the specified parameters contain enough information to build a valid Authenticator if they were passed to the IAuthenticationService.getAuthenticator(PortletRequest, MailStoreConfiguration) method.
 boolean DemoAuthenticationService.isConfigured(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 boolean CachedPasswordAuthenticationServiceImpl.isConfigured(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 

Uses of MailStoreConfiguration in org.jasig.portlet.emailpreview.service.link
 

Methods in org.jasig.portlet.emailpreview.service.link with parameters of type MailStoreConfiguration
 String SimpleEmailLinkServiceImpl.getInboxUrl(MailStoreConfiguration configuration)
           
 String IEmailLinkService.getInboxUrl(MailStoreConfiguration config)
          Get the URL of the inbox for this portlet request and mail store configuration.
 



Copyright © 2011 Jasig. All Rights Reserved.