| Modifier and Type | Method and Description |
|---|---|
String |
EWSEndpointUriCacheKeyGeneratorImpl.getKey(MailStoreConfiguration config) |
String |
IEWSEndpoingUriCacheKeyGenerator.getKey(MailStoreConfiguration config)
Returns a cache key based on the mailstore configuration
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IMailAccountDao.deleteMessages(MailStoreConfiguration storeConfig,
String[] uuids)
Delete the list of messages from Exchange.
|
AccountSummary |
IMailAccountDao.fetchAccountSummaryFromStore(MailStoreConfiguration storeConfig,
String username,
String mailAccount,
String folder,
int start,
int max)
Obtains a summary of the email messages from the configured store (to/from/subject/date) and general
mailbox summary.
|
List<T> |
IMailAccountDao.getAllUserInboxFolders(MailStoreConfiguration storeConfig)
Gets all the user's inbox folders.
|
EmailMessage |
IMailAccountDao.getMessage(MailStoreConfiguration storeConfig,
String uuid)
Gets a message from the mail server.
|
boolean |
IMailAccountDao.setMessageReadStatus(MailStoreConfiguration storeConfig,
String[] uuids,
boolean read)
Sets the isRead status of the indicated messages to the indicated value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExchangeAccountDaoImpl.deleteMessages(MailStoreConfiguration storeConfig,
String[] uuids) |
AccountSummary |
ExchangeAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config,
String username,
String mailAccount,
String folder,
int start,
int max) |
List<ExchangeFolderDto> |
ExchangeAccountDaoImpl.getAllUserInboxFolders(MailStoreConfiguration storeConfig) |
String |
ExchangeAutoDiscoverDaoImpl.getEndpointUri(MailStoreConfiguration config) |
EmailMessage |
ExchangeAccountDaoImpl.getMessage(MailStoreConfiguration storeConfig,
String uuid) |
ItemIdType |
ExchangeAccountDaoImpl.getMessageChangeKey(String uuid,
MailStoreConfiguration config) |
void |
MailCredentialsProvider.initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService) |
boolean |
ExchangeAccountDaoImpl.setMessageReadStatus(MailStoreConfiguration storeConfig,
String[] uuids,
boolean read) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavamailAccountDaoImpl.deleteMessages(MailStoreConfiguration config,
String[] uuids) |
AccountSummary |
JavamailAccountDaoImpl.fetchAccountSummaryFromStore(MailStoreConfiguration config,
String username,
String mailAccount,
String folder,
int start,
int max) |
List<javax.mail.Folder> |
JavamailAccountDaoImpl.getAllUserInboxFolders(MailStoreConfiguration config) |
EmailMessage |
JavamailAccountDaoImpl.getMessage(MailStoreConfiguration config,
String messageId) |
boolean |
JavamailAccountDaoImpl.setMessageReadStatus(MailStoreConfiguration config,
String[] uuids,
boolean read) |
| Modifier and Type | Method and Description |
|---|---|
static MailStoreConfigurationForm |
MailStoreConfigurationForm.create(MailStoreConfiguration config,
javax.portlet.PortletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
MailStoreConfiguration |
IServiceBroker.getConfiguration(javax.portlet.PortletRequest request) |
MailStoreConfiguration |
SimpleServiceBroker.getConfiguration(javax.portlet.PortletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
ICredentialsProvider.initialize(javax.portlet.PortletRequest request,
MailStoreConfiguration config,
IAuthenticationService authService)
Initializes the credentials provider service.
|
void |
IServiceBroker.saveConfiguration(javax.portlet.ActionRequest request,
MailStoreConfiguration config) |
void |
SimpleServiceBroker.saveConfiguration(javax.portlet.ActionRequest request,
MailStoreConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseCredentialsAuthenticationService.createMailAccountName(String accountName,
javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
javax.mail.Authenticator |
CachedPasswordAuthenticationService.getAuthenticator(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
javax.mail.Authenticator |
DemoAuthenticationService.getAuthenticator(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
javax.mail.Authenticator |
IAuthenticationService.getAuthenticator(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
org.apache.http.auth.Credentials |
CachedPasswordAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
org.apache.http.auth.Credentials |
DemoAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
org.apache.http.auth.Credentials |
IAuthenticationService.getCredentials(javax.portlet.PortletRequest req,
MailStoreConfiguration config)
Returns a credentials object.
|
String |
CachedPasswordAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
String |
DemoAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
String |
IAuthenticationService.getMailAccountName(javax.portlet.PortletRequest request,
MailStoreConfiguration config) |
boolean |
CachedPasswordAuthenticationService.isConfigured(javax.portlet.PortletRequest req,
MailStoreConfiguration config) |
boolean |
DemoAuthenticationService.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. |
| 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 request,
MailStoreConfiguration config)
CAS ticket doesn't make sense with Exchange Integration.
|
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 © 2015 Jasig. All Rights Reserved.