A C D E F G H I J K L M O P R S T U V W

A

AccountSummary - Class in org.jasig.portlet.emailpreview
Encapsulates basic information about the email INBOX.
AccountSummary(String, List<EmailMessage>, int, int, int, int, boolean) - Constructor for class org.jasig.portlet.emailpreview.AccountSummary
 
AccountSummary(Throwable) - Constructor for class org.jasig.portlet.emailpreview.AccountSummary
Indicates the account fetch did not succeed and provides the cause.
addClickableUrlsToMessageBody(String) - Static method in class org.jasig.portlet.emailpreview.util.MessageUtils
 
afterPropertiesSet() - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
AjaxUpdatePageSizeController - Class in org.jasig.portlet.emailpreview.controller
Responsible for remembering the user's pageSize selection with PortletPreferences.
AjaxUpdatePageSizeController() - Constructor for class org.jasig.portlet.emailpreview.controller.AjaxUpdatePageSizeController
 
ALLOW_DELETE_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
Attribute - Class in org.jasig.portlet.emailpreview.mvc
Simple class that wraps a string and provides a getter/setter.
Attribute() - Constructor for class org.jasig.portlet.emailpreview.mvc.Attribute
 
Attribute(String) - Constructor for class org.jasig.portlet.emailpreview.mvc.Attribute
 
AttributeFactory - Class in org.jasig.portlet.emailpreview.mvc
commons-collections Factory that creates new Attributes
AttributeFactory() - Constructor for class org.jasig.portlet.emailpreview.mvc.AttributeFactory
 
AuthenticationServiceRegistryImpl - Class in org.jasig.portlet.emailpreview.service.auth
 
AuthenticationServiceRegistryImpl() - Constructor for class org.jasig.portlet.emailpreview.service.auth.AuthenticationServiceRegistryImpl
 

C

CachedPasswordAuthenticationServiceImpl - Class in org.jasig.portlet.emailpreview.service.auth
 
CachedPasswordAuthenticationServiceImpl() - Constructor for class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
chooseView(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
clearCache(String, String) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
ConfigurationParameter - Class in org.jasig.portlet.emailpreview.service
 
ConfigurationParameter() - Constructor for class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
create() - Method in class org.jasig.portlet.emailpreview.mvc.AttributeFactory
 
create(IServiceBroker, PortletRequest) - Static method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 

D

decrypt(String) - Method in interface org.jasig.portlet.emailpreview.security.IStringEncryptionService
Decrypt a string
decrypt(String) - Method in class org.jasig.portlet.emailpreview.security.JasyptPBEStringEncryptionServiceImpl
Decrypt a string
DEFAULT_HELP_INSTRUCTIONS - Static variable in class org.jasig.portlet.emailpreview.controller.EmailHelpController
 
DEFAULT_HELP_TITLE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailHelpController
 
DEFAULT_VIEW_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
deleteMessages(ResourceRequest, ResourceResponse, long[]) - Method in class org.jasig.portlet.emailpreview.controller.EmailMessageController
 
deleteMessages(PortletRequest, long[]) - Method in class org.jasig.portlet.emailpreview.dao.demo.DemoAccountService
 
deleteMessages(PortletRequest, long[]) - Method in interface org.jasig.portlet.emailpreview.dao.IEmailAccountService
Delete and expunge the specified massages from the store.
deleteMessages(PortletRequest, long[]) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountService
 
DemoAccountService - Class in org.jasig.portlet.emailpreview.dao.demo
A Demo implementation of IEmailAccountService.
DemoAccountService() - Constructor for class org.jasig.portlet.emailpreview.dao.demo.DemoAccountService
 
DemoAuthenticationService - Class in org.jasig.portlet.emailpreview.service.auth
 
DemoAuthenticationService() - Constructor for class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
determineUserEmailAddress(PortletRequest, MailStoreConfiguration, IAuthenticationService) - Static method in class org.jasig.portlet.emailpreview.util.EmailAccountUtils
 

E

EditPreferencesController - Class in org.jasig.portlet.emailpreview.controller
 
EditPreferencesController() - Constructor for class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
EmailAccountSummaryController - Class in org.jasig.portlet.emailpreview.controller
 
EmailAccountSummaryController() - Constructor for class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 
EmailAccountUtils - Class in org.jasig.portlet.emailpreview.util
 
EmailAccountUtils() - Constructor for class org.jasig.portlet.emailpreview.util.EmailAccountUtils
 
EmailHelpController - Class in org.jasig.portlet.emailpreview.controller
 
EmailHelpController() - Constructor for class org.jasig.portlet.emailpreview.controller.EmailHelpController
 
EmailMessage - Class in org.jasig.portlet.emailpreview
An entity abstraction for representing information related to an email message.
EmailMessage(int, Long, String, String, Date, boolean, boolean, boolean, boolean, String, EmailMessageContent) - Constructor for class org.jasig.portlet.emailpreview.EmailMessage
Creates a new EmailMessage based on the specified Message and EmailMessageContent.
EmailMessageContent - Class in org.jasig.portlet.emailpreview
 
EmailMessageContent() - Constructor for class org.jasig.portlet.emailpreview.EmailMessageContent
Default constructor
EmailMessageContent(String, boolean) - Constructor for class org.jasig.portlet.emailpreview.EmailMessageContent
 
EmailMessageController - Class in org.jasig.portlet.emailpreview.controller
 
EmailMessageController() - Constructor for class org.jasig.portlet.emailpreview.controller.EmailMessageController
 
EmailPreviewException - Exception in org.jasig.portlet.emailpreview
A custom Exception for the email preview portlet.
EmailPreviewException(String, Throwable) - Constructor for exception org.jasig.portlet.emailpreview.EmailPreviewException
 
EmailPreviewException(String) - Constructor for exception org.jasig.portlet.emailpreview.EmailPreviewException
 
EmailPreviewException(Throwable) - Constructor for exception org.jasig.portlet.emailpreview.EmailPreviewException
 
EmailSummaryController - Class in org.jasig.portlet.emailpreview.controller
 
EmailSummaryController() - Constructor for class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
EmailSummaryController.View - Enum in org.jasig.portlet.emailpreview.controller
Three possible views for this controller.
encrypt(String) - Method in interface org.jasig.portlet.emailpreview.security.IStringEncryptionService
Encrypt a string
encrypt(String) - Method in class org.jasig.portlet.emailpreview.security.JasyptPBEStringEncryptionServiceImpl
Encrypt a string
equals(Object) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
equals(Object) - Method in class org.jasig.portlet.emailpreview.mvc.Attribute
 
equals(Object) - Method in class org.jasig.portlet.emailpreview.service.auth.SimplePasswordAuthenticator
 

F

fetchAccountSummaryFromStore(MailStoreConfiguration, Authenticator, String, String, int, int) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
FORCE_REFRESH_PARAMETER - Static variable in class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 

G

getAccountFormView(RenderRequest) - Method in class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
getAccountFormView(RenderRequest) - Method in class org.jasig.portlet.emailpreview.controller.EmailHelpController
 
getAccountFormView() - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getAccountSummary(ResourceRequest, ResourceResponse, int, int) - Method in class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 
getAccountSummary(PortletRequest, int, int, boolean) - Method in class org.jasig.portlet.emailpreview.dao.demo.DemoAccountService
 
getAccountSummary(PortletRequest, int, int, boolean) - Method in interface org.jasig.portlet.emailpreview.dao.IEmailAccountService
Obtains the AccountSummary object from the data store itself, or possibly from cache.
getAccountSummary(PortletRequest, int, int, boolean) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountService
 
getAdditionalProperties() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getAdditionalProperties() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getAdminConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
getAdminConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
getAdminConfigurationParameters() - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
 
getAdminConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
getAdminConfigurationParameters() - Method in interface org.jasig.portlet.emailpreview.service.link.IEmailLinkService
 
getAdminConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.link.SimpleEmailLinkServiceImpl
 
getAllowableAuthenticationServiceKeys() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getAllowableAuthenticationServiceKeys() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getAuthenticationService(String) - Method in class org.jasig.portlet.emailpreview.service.auth.AuthenticationServiceRegistryImpl
 
getAuthenticationService(String) - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationServiceRegistry
Return an instance of the authentication service associated with the supplied key.
getAuthenticationServiceKey() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getAuthenticationServiceKey() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getAuthenticator(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
getAuthenticator(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
getAuthenticator(PortletRequest, MailStoreConfiguration) - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
 
getAuthenticator(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
getAuthServices() - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getAvailableAuthServices() - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getConfiguration(PortletRequest) - Method in interface org.jasig.portlet.emailpreview.service.IServiceBroker
 
getConfiguration(PortletRequest) - Method in class org.jasig.portlet.emailpreview.service.SimpleServiceBroker
 
getConfigurationForm(PortletRequest) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getConfigurationParametersMap() - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
getConfigurationParametersMap() - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
getConfigurationParametersMap() - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
 
getConfigurationParametersMap() - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
getConnectionTimeout() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getConnectionTimeout() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getContent() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
getContentString() - Method in class org.jasig.portlet.emailpreview.EmailMessageContent
 
getContentType() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
getDefaultValue() - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
getEmailLinkService(String) - Method in interface org.jasig.portlet.emailpreview.service.link.ILinkServiceRegistry
Return an instance of the link service associated with the supplied key.
getEmailLinkService(String) - Method in class org.jasig.portlet.emailpreview.service.link.LinkServiceRegistryImpl
 
getErrorCause() - Method in class org.jasig.portlet.emailpreview.AccountSummary
 
getHost() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getHost() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getInboxFolderName() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getInboxFolderName() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getInboxUrl() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Provides the URL to the full-featured web-based mail client, if available.
getInboxUrl(MailStoreConfiguration) - Method in interface org.jasig.portlet.emailpreview.service.link.IEmailLinkService
Get the URL of the inbox for this portlet request and mail store configuration.
getInboxUrl(MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.link.SimpleEmailLinkServiceImpl
 
getInstance(String) - Static method in enum org.jasig.portlet.emailpreview.controller.EmailSummaryController.View
 
getJavaMailProperties() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getJavaMailProperties() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getKey() - Method in enum org.jasig.portlet.emailpreview.controller.EmailSummaryController.View
 
getKey() - Method in enum org.jasig.portlet.emailpreview.dao.MailPreferences
 
getKey() - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
getKey() - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
getKey() - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
Return the unique key for this authentication service.
getKey() - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
getKey() - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
getKey() - Method in interface org.jasig.portlet.emailpreview.service.link.IEmailLinkService
Return the unique key for this link service.
getKey() - Method in class org.jasig.portlet.emailpreview.service.link.SimpleEmailLinkServiceImpl
 
getLabel() - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
getLinkServiceKey() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getLinkServiceKey() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getLinkServices() - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getMailAccountName(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
getMailAccountName(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
getMailAccountName(PortletRequest, MailStoreConfiguration) - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
 
getMailAccountName(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
getMarkMessagesAsRead() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getMarkMessagesAsRead() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getMessage(PortletRequest, int) - Method in class org.jasig.portlet.emailpreview.dao.demo.DemoAccountService
 
getMessage(PortletRequest, int) - Method in interface org.jasig.portlet.emailpreview.dao.IEmailAccountService
Retrieve an individual message from the mail store.
getMessage(PortletRequest, int) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountService
 
getMessageNumber() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
getMessages() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Returns a list that contains the emails bound by messagesStart and messagesCode.
getMessagesMax() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Returns the number of messages requested for the Messages list.
getMessagesStart() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Returns the index of the first message in the Messages list.
getParameters(ResourceRequest, ResourceResponse, String, String) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getPasswordAuthentication() - Method in class org.jasig.portlet.emailpreview.service.auth.SimplePasswordAuthenticator
 
getPort() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getPort() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getProtocol() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getProtocol() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getProtocols() - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getSender() - Method in class org.jasig.portlet.emailpreview.EmailMessage
Returns the sender of this email message.
getSenderName() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
getSentDate() - Method in class org.jasig.portlet.emailpreview.EmailMessage
Returns the date the email message was sent or null if the server did not provide one.
getSentDateString() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
getServiceParameters(PortletRequest) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
getServices() - Method in class org.jasig.portlet.emailpreview.service.auth.AuthenticationServiceRegistryImpl
 
getServices() - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationServiceRegistry
Return a list of all currently-registered authentication services.
getServices() - Method in interface org.jasig.portlet.emailpreview.service.link.ILinkServiceRegistry
Return a list of all currently-registered link services.
getServices() - Method in class org.jasig.portlet.emailpreview.service.link.LinkServiceRegistryImpl
 
getSubject() - Method in class org.jasig.portlet.emailpreview.EmailMessage
Returns the email message subject.
getTimeout() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getTimeout() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getTotalMessageCount() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Returns the total number messages in the user's inbox.
getUid() - Method in class org.jasig.portlet.emailpreview.EmailMessage
Returns the UID of the message as set by the Folder or null if the Folder does not implement UIDFolder.
getUnreadMessageCount() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Returns the number of unread messages in the user's inbox.
getUserConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
getUserConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
getUserConfigurationParameters() - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
 
getUserConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
getUserConfigurationParameters() - Method in interface org.jasig.portlet.emailpreview.service.link.IEmailLinkService
 
getUserConfigurationParameters() - Method in class org.jasig.portlet.emailpreview.service.link.SimpleEmailLinkServiceImpl
 
getUserInbox(Session, String) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
getUsernameSuffix() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
getUsernameSuffix() - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
getValue() - Method in class org.jasig.portlet.emailpreview.mvc.Attribute
 

H

hashCode() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
hashCode() - Method in class org.jasig.portlet.emailpreview.mvc.Attribute
 
hashCode() - Method in class org.jasig.portlet.emailpreview.service.auth.SimplePasswordAuthenticator
 
HELP_INSTRUCTIONS_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailHelpController
 
HELP_TITLE_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailHelpController
 

I

IAuthenticationService - Interface in org.jasig.portlet.emailpreview.service.auth
 
IAuthenticationServiceRegistry - Interface in org.jasig.portlet.emailpreview.service.auth
 
IEmailAccountService - Interface in org.jasig.portlet.emailpreview.dao
IEmailAccountDao is repsonsible for retrieving email messages from an arbitrary email store.
IEmailAuthenticationService - Interface in org.jasig.portlet.emailpreview.service.auth
 
IEmailLinkService - Interface in org.jasig.portlet.emailpreview.service.link
IEmailLinkService provides links to an external webmail client.
ILinkServiceRegistry - Interface in org.jasig.portlet.emailpreview.service.link
ILinkServiceRegistry provides a registry of email link service implementation instances.
INBOX_URL_PROPERTY - Static variable in class org.jasig.portlet.emailpreview.service.link.SimpleEmailLinkServiceImpl
 
isAnswered() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
isConfigured(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
isConfigured(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.DemoAuthenticationService
 
isConfigured(PortletRequest, MailStoreConfiguration) - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationService
True if the specified parameters contain enough information to build a valid Authenticator if they were passed to the IAuthenticationService.getAuthenticator(PortletRequest, MailStoreConfiguration) method.
isConfigured(PortletRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
isDeleted() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
isDeleteSupported() - Method in class org.jasig.portlet.emailpreview.AccountSummary
 
isEncryptionRequired() - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
IServiceBroker - Interface in org.jasig.portlet.emailpreview.service
Provides access to the various services (Email, AuthN, etc) in the portlet.
isHtml() - Method in class org.jasig.portlet.emailpreview.EmailMessageContent
 
isMultipart() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
isReadOnly(PortletRequest, MailPreferences) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
IStringEncryptionService - Interface in org.jasig.portlet.emailpreview.security
IStringEncryptionService is a small interface for string encryption/decryption.
isUnread() - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
isValid() - Method in class org.jasig.portlet.emailpreview.AccountSummary
Indicates if this object contains valid account details.

J

JasyptPBEStringEncryptionServiceImpl - Class in org.jasig.portlet.emailpreview.security
JasyptPBEStringEncryptionServiceImpl is an implementation of IStringEncryptionService that uses a configurable Jasypt PBEStringEncryptor to perform string encryption and decryption.
JasyptPBEStringEncryptionServiceImpl() - Constructor for class org.jasig.portlet.emailpreview.security.JasyptPBEStringEncryptionServiceImpl
 
JavamailAccountDaoImpl - Class in org.jasig.portlet.emailpreview.dao.javamail
This class does the heavy-lifting for Javamail integration and implements the caching.
JavamailAccountDaoImpl() - Constructor for class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
JavamailAccountService - Class in org.jasig.portlet.emailpreview.dao.javamail
A Data Access Object (DAO) for retrieving email account information.
JavamailAccountService() - Constructor for class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountService
 

K

KEY - Static variable in class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 
KEY_ACCOUNT_SUMMARY - Static variable in class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 
KEY_ERROR - Static variable in class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 
KEY_INBOX_URL - Static variable in class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 

L

LinkServiceRegistryImpl - Class in org.jasig.portlet.emailpreview.service.link
LinkServiceRegistryImpl provides the default implementation of ILinkServiceRegistry.
LinkServiceRegistryImpl() - Constructor for class org.jasig.portlet.emailpreview.service.link.LinkServiceRegistryImpl
 
log - Variable in class org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
 
log - Variable in class org.jasig.portlet.emailpreview.controller.EmailMessageController
 
log - Variable in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 

M

MailAuthenticationException - Exception in org.jasig.portlet.emailpreview.exception
 
MailAuthenticationException() - Constructor for exception org.jasig.portlet.emailpreview.exception.MailAuthenticationException
 
MailAuthenticationException(Throwable) - Constructor for exception org.jasig.portlet.emailpreview.exception.MailAuthenticationException
 
MailPreferences - Enum in org.jasig.portlet.emailpreview.dao
 
MailStoreConfiguration - Class in org.jasig.portlet.emailpreview
 
MailStoreConfiguration() - Constructor for class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
MailStoreConfigurationController - Class in org.jasig.portlet.emailpreview.controller
 
MailStoreConfigurationController() - Constructor for class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
MailStoreConfigurationForm - Class in org.jasig.portlet.emailpreview.mvc
 
MailStoreConfigurationForm() - Constructor for class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
MailTimeoutException - Exception in org.jasig.portlet.emailpreview.exception
 
MailTimeoutException() - Constructor for exception org.jasig.portlet.emailpreview.exception.MailTimeoutException
 
MessageUtils - Class in org.jasig.portlet.emailpreview.util
 
MessageUtils() - Constructor for class org.jasig.portlet.emailpreview.util.MessageUtils
 

O

openMailSession(MailStoreConfiguration, Authenticator) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
org.jasig.portlet.emailpreview - package org.jasig.portlet.emailpreview
 
org.jasig.portlet.emailpreview.controller - package org.jasig.portlet.emailpreview.controller
 
org.jasig.portlet.emailpreview.dao - package org.jasig.portlet.emailpreview.dao
 
org.jasig.portlet.emailpreview.dao.demo - package org.jasig.portlet.emailpreview.dao.demo
 
org.jasig.portlet.emailpreview.dao.javamail - package org.jasig.portlet.emailpreview.dao.javamail
 
org.jasig.portlet.emailpreview.exception - package org.jasig.portlet.emailpreview.exception
 
org.jasig.portlet.emailpreview.mvc - package org.jasig.portlet.emailpreview.mvc
 
org.jasig.portlet.emailpreview.security - package org.jasig.portlet.emailpreview.security
 
org.jasig.portlet.emailpreview.service - package org.jasig.portlet.emailpreview.service
 
org.jasig.portlet.emailpreview.service.auth - package org.jasig.portlet.emailpreview.service.auth
 
org.jasig.portlet.emailpreview.service.link - package org.jasig.portlet.emailpreview.service.link
 
org.jasig.portlet.emailpreview.util - package org.jasig.portlet.emailpreview.util
 

P

PAGE_SIZE_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
PASSWORD_ATTRIBUTE - Static variable in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 
PortletPreferencesCredentialsAuthenticationServiceImpl - Class in org.jasig.portlet.emailpreview.service.auth
 
PortletPreferencesCredentialsAuthenticationServiceImpl() - Constructor for class org.jasig.portlet.emailpreview.service.auth.PortletPreferencesCredentialsAuthenticationServiceImpl
 

R

registerService(IAuthenticationService) - Method in class org.jasig.portlet.emailpreview.service.auth.AuthenticationServiceRegistryImpl
 
registerService(IAuthenticationService) - Method in interface org.jasig.portlet.emailpreview.service.auth.IAuthenticationServiceRegistry
Register a authentication service.
registerService(IEmailLinkService) - Method in interface org.jasig.portlet.emailpreview.service.link.ILinkServiceRegistry
Register a link service.
registerService(IEmailLinkService) - Method in class org.jasig.portlet.emailpreview.service.link.LinkServiceRegistryImpl
 
RESERVED_PROPERTIES - Static variable in class org.jasig.portlet.emailpreview.service.SimpleServiceBroker
 

S

saveAccountConfiguration(ActionRequest, ActionResponse, MailStoreConfigurationForm, String) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
saveConfiguration(ActionRequest, MailStoreConfiguration) - Method in interface org.jasig.portlet.emailpreview.service.IServiceBroker
 
saveConfiguration(ActionRequest, MailStoreConfiguration) - Method in class org.jasig.portlet.emailpreview.service.SimpleServiceBroker
 
setAdditionalProperties(Map<String, String>) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setAdditionalProperties(Map<String, Attribute>) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setAdminRoleName(String) - Method in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
setAllowableAuthenticationServiceKeys(List<String>) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setAllowableAuthenticationServiceKeys(List<String>) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 
setAuthenticationServiceKey(String) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setAuthenticationServiceKey(String) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setAuthenticationServiceRegistry(IAuthenticationServiceRegistry) - Method in class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
setAuthenticationServiceRegistry(IAuthenticationServiceRegistry) - Method in class org.jasig.portlet.emailpreview.service.SimpleServiceBroker
 
setAuthServiceRegistry(IAuthenticationServiceRegistry) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
setConnectionTimeout(int) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setConnectionTimeout(int) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setContentString(String) - Method in class org.jasig.portlet.emailpreview.EmailMessageContent
 
setDefaultValue(String) - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
setEmailAccountDao(IEmailAccountService) - Method in class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
setEncryptionRequired(boolean) - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
setHost(String) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setHost(String) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setHtml(boolean) - Method in class org.jasig.portlet.emailpreview.EmailMessageContent
 
setInboxFolderName(String) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setInboxFolderName(String) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setJavaMailProperties(Map<String, String>) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setJavaMailProperties(Map<String, Attribute>) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setJsonLocation(String) - Method in class org.jasig.portlet.emailpreview.dao.demo.DemoAccountService
 
setKey(String) - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
setLabel(String) - Method in class org.jasig.portlet.emailpreview.service.ConfigurationParameter
 
setLinkServiceKey(String) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setLinkServiceKey(String) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setLinkServiceRegistry(ILinkServiceRegistry) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
setMarkMessagesAsRead(boolean) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setMarkMessagesAsRead(Boolean) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setPort(int) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setPort(int) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setProtocol(String) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setProtocol(String) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setProtocols(List<String>) - Method in class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
setProtocols(List<String>) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
setSecurityFile(String) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
Set the file path to the Anti-samy policy file to be used for cleaning strings.
setSeenFlag(PortletRequest, long[], boolean) - Method in class org.jasig.portlet.emailpreview.dao.demo.DemoAccountService
 
setSeenFlag(PortletRequest, long[], boolean) - Method in interface org.jasig.portlet.emailpreview.dao.IEmailAccountService
Switch the value of the SEEN flag for the specified messages.
setSeenFlag(PortletRequest, long[], boolean) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountService
 
setServiceBroker(IServiceBroker) - Method in class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
setServiceBroker(IServiceBroker) - Method in class org.jasig.portlet.emailpreview.controller.MailStoreConfigurationController
 
setServices(Collection<IAuthenticationService>) - Method in class org.jasig.portlet.emailpreview.service.auth.AuthenticationServiceRegistryImpl
 
setServices(Collection<IEmailLinkService>) - Method in class org.jasig.portlet.emailpreview.service.link.LinkServiceRegistryImpl
 
setStringEncryptionService(IStringEncryptionService) - Method in class org.jasig.portlet.emailpreview.service.SimpleServiceBroker
 
setStringEncryptor(PBEStringEncryptor) - Method in class org.jasig.portlet.emailpreview.security.JasyptPBEStringEncryptionServiceImpl
Set the PBEStringEncryptor to be used
setTimeout(int) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setTimeout(int) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setUnread(boolean) - Method in class org.jasig.portlet.emailpreview.EmailMessage
 
setUsernameSuffix(String) - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
setUsernameSuffix(String) - Method in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
setValue(String) - Method in class org.jasig.portlet.emailpreview.mvc.Attribute
 
show(RenderRequest, RenderResponse, EmailSummaryController) - Method in enum org.jasig.portlet.emailpreview.controller.EmailSummaryController.View
 
showMessage(ResourceRequest, ResourceResponse, int) - Method in class org.jasig.portlet.emailpreview.controller.EmailMessageController
 
SimpleEmailLinkServiceImpl - Class in org.jasig.portlet.emailpreview.service.link
 
SimpleEmailLinkServiceImpl() - Constructor for class org.jasig.portlet.emailpreview.service.link.SimpleEmailLinkServiceImpl
 
SimplePasswordAuthenticator - Class in org.jasig.portlet.emailpreview.service.auth
 
SimplePasswordAuthenticator(String, String) - Constructor for class org.jasig.portlet.emailpreview.service.auth.SimplePasswordAuthenticator
Construct a new SimplePasswordAuthenticator instance.
SimpleServiceBroker - Class in org.jasig.portlet.emailpreview.service
 
SimpleServiceBroker() - Constructor for class org.jasig.portlet.emailpreview.service.SimpleServiceBroker
 
SUPPORTS_TOGGLE_SEEN_KEY - Static variable in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
supportsToggleSeen() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
switchToPreview(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
switchToRollup(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 

T

toggleSeen(ResourceRequest, ResourceResponse, long[], boolean) - Method in class org.jasig.portlet.emailpreview.controller.EmailMessageController
 
toString() - Method in class org.jasig.portlet.emailpreview.MailStoreConfiguration
 
toString() - Method in class org.jasig.portlet.emailpreview.mvc.Attribute
 

U

UNCHANGED_SECURE_VALUE - Static variable in class org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
 
updatePageSize(ResourceRequest, ResourceResponse, int) - Method in class org.jasig.portlet.emailpreview.controller.AjaxUpdatePageSizeController
 
updatePreferences(ActionRequest, ActionResponse) - Method in class org.jasig.portlet.emailpreview.controller.EditPreferencesController
 
USERNAME_ATTRIBUTE - Static variable in class org.jasig.portlet.emailpreview.service.auth.CachedPasswordAuthenticationServiceImpl
 

V

valueOf(String) - Static method in enum org.jasig.portlet.emailpreview.controller.EmailSummaryController.View
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jasig.portlet.emailpreview.dao.MailPreferences
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jasig.portlet.emailpreview.controller.EmailSummaryController.View
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jasig.portlet.emailpreview.dao.MailPreferences
Returns an array containing the constants of this enum type, in the order they are declared.

W

WELCOME_INSTRUCTIONS_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
WELCOME_TITLE_PREFERENCE - Static variable in class org.jasig.portlet.emailpreview.controller.EmailSummaryController
 
wrapMessage(Message, boolean, Session) - Method in class org.jasig.portlet.emailpreview.dao.javamail.JavamailAccountDaoImpl
 

A C D E F G H I J K L M O P R S T U V W

Copyright © 2012 Jasig. All Rights Reserved.