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

Packages that use MailStoreConfiguration
org.jasig.portlet.emailpreview.dao.javamail   
org.jasig.portlet.emailpreview.mvc   
org.jasig.portlet.emailpreview.service   
org.jasig.portlet.emailpreview.service.auth   
org.jasig.portlet.emailpreview.service.auth.cas   
org.jasig.portlet.emailpreview.service.auth.pp   
org.jasig.portlet.emailpreview.service.link   
org.jasig.portlet.emailpreview.util   
 

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.mvc
 

Methods in org.jasig.portlet.emailpreview.mvc with parameters of type MailStoreConfiguration
static MailStoreConfigurationForm MailStoreConfigurationForm.create(MailStoreConfiguration config, javax.portlet.PortletRequest req)
           
 

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 IAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 javax.mail.Authenticator DemoAuthenticationService.getAuthenticator(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 javax.mail.Authenticator CachedPasswordAuthenticationService.getAuthenticator(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 String IAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String DemoAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String CachedPasswordAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request, 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 CachedPasswordAuthenticationService.isConfigured(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 

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

Methods in org.jasig.portlet.emailpreview.service.auth.cas with parameters of type MailStoreConfiguration
 javax.mail.Authenticator CasAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String CasAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 boolean CasAuthenticationService.isConfigured(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 

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

Methods in org.jasig.portlet.emailpreview.service.auth.pp with parameters of type MailStoreConfiguration
 javax.mail.Authenticator PortletPreferencesCredentialsAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request, MailStoreConfiguration config)
           
 String PortletPreferencesCredentialsAuthenticationService.getMailAccountName(javax.portlet.PortletRequest req, MailStoreConfiguration config)
           
 boolean PortletPreferencesCredentialsAuthenticationService.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.
 

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

Methods in org.jasig.portlet.emailpreview.util with parameters of type MailStoreConfiguration
static String EmailAccountUtils.determineUserEmailAddress(javax.portlet.PortletRequest req, MailStoreConfiguration config, IAuthenticationService authService)
           
 



Copyright © 2012 Jasig. All Rights Reserved.