| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
ExchangeAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config,
String username,
String mailAccount,
int start,
int max,
String folder) |
EmailMessage |
ExchangeAccountDaoImpl.getMessage(String uuid,
MailStoreConfiguration storeConfig) |
void |
IExchangeCredentialsService.initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService) |
void |
ExchangeWsCredentialsProvider.initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static MailStoreConfigurationForm |
MailStoreConfigurationForm.create(MailStoreConfiguration config,
javax.portlet.PortletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
MailStoreConfiguration |
SimpleServiceBroker.getConfiguration(javax.portlet.PortletRequest request) |
MailStoreConfiguration |
IServiceBroker.getConfiguration(javax.portlet.PortletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleServiceBroker.saveConfiguration(javax.portlet.ActionRequest request,
MailStoreConfiguration config) |
void |
IServiceBroker.saveConfiguration(javax.portlet.ActionRequest request,
MailStoreConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
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) |
org.apache.http.auth.Credentials |
IAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config)
Returns a credentials object.
|
org.apache.http.auth.Credentials |
DemoAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
org.apache.http.auth.Credentials |
CachedPasswordAuthenticationService.getCredentials(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) |
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Authenticator |
CasAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
org.apache.http.auth.Credentials |
CasAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
String |
CasAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
boolean |
CasAuthenticationService.isConfigured(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Authenticator |
PortletPreferencesCredentialsAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
org.apache.http.auth.Credentials |
PortletPreferencesCredentialsAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
String |
PortletPreferencesCredentialsAuthenticationService.getMailAccountName(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
boolean |
PortletPreferencesCredentialsAuthenticationService.isConfigured(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
String |
IEmailLinkService.getInboxUrl(MailStoreConfiguration config)
Get the URL of the inbox for this portlet request and mail
store configuration.
|
String |
SimpleEmailLinkServiceImpl.getInboxUrl(MailStoreConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EmailAccountUtils.determineUserEmailAddress(javax.portlet.PortletRequest req,
MailStoreConfiguration config,
IAuthenticationService authService) |
Copyright © 2013 Jasig. All Rights Reserved.