org.jasig.portlet.emailpreview.mvc
Class MailStoreConfigurationForm
java.lang.Object
org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
- All Implemented Interfaces:
- Serializable
public class MailStoreConfigurationForm
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNCHANGED_SECURE_VALUE
public static final String UNCHANGED_SECURE_VALUE
- See Also:
- Constant Field Values
MailStoreConfigurationForm
public MailStoreConfigurationForm()
create
public static MailStoreConfigurationForm create(IServiceBroker serviceBroker,
javax.portlet.PortletRequest req)
getAllowableAuthenticationServiceKeys
public List<String> getAllowableAuthenticationServiceKeys()
setAllowableAuthenticationServiceKeys
public void setAllowableAuthenticationServiceKeys(List<String> allowableAuthenticationServiceKeys)
getUsernameSuffix
public String getUsernameSuffix()
setUsernameSuffix
public void setUsernameSuffix(String usernameSuffix)
getProtocol
public String getProtocol()
setProtocol
public void setProtocol(String protocol)
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public int getPort()
setPort
public void setPort(int port)
getInboxFolderName
public String getInboxFolderName()
setInboxFolderName
public void setInboxFolderName(String inboxFolderName)
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeout)
getConnectionTimeout
public int getConnectionTimeout()
setConnectionTimeout
public void setConnectionTimeout(int connectionTimeout)
getLinkServiceKey
public String getLinkServiceKey()
setLinkServiceKey
public void setLinkServiceKey(String linkServiceKey)
getAuthenticationServiceKey
public String getAuthenticationServiceKey()
setAuthenticationServiceKey
public void setAuthenticationServiceKey(String authenticationServiceKey)
getAdditionalProperties
public Map<String,Attribute> getAdditionalProperties()
setAdditionalProperties
public void setAdditionalProperties(Map<String,Attribute> additionalProperties)
getJavaMailProperties
public Map<String,Attribute> getJavaMailProperties()
setJavaMailProperties
public void setJavaMailProperties(Map<String,Attribute> javaMailProperties)
setMarkMessagesAsRead
public void setMarkMessagesAsRead(Boolean markMessagesAsRead)
getMarkMessagesAsRead
public boolean getMarkMessagesAsRead()
Copyright © 2012 Jasig. All Rights Reserved.