org.jasig.portlet.emailpreview.mvc
Class MailStoreConfigurationForm

java.lang.Object
  extended by org.jasig.portlet.emailpreview.mvc.MailStoreConfigurationForm
All Implemented Interfaces:
Serializable

public class MailStoreConfigurationForm
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String UNCHANGED_SECURE_VALUE
           
 
Constructor Summary
MailStoreConfigurationForm()
           
 
Method Summary
static MailStoreConfigurationForm create(IServiceBroker serviceBroker, javax.portlet.PortletRequest req)
           
 Map<String,Attribute> getAdditionalProperties()
           
 List<String> getAllowableAuthenticationServiceKeys()
           
 String getAuthenticationServiceKey()
           
 int getConnectionTimeout()
           
 String getHost()
           
 String getInboxFolderName()
           
 Map<String,Attribute> getJavaMailProperties()
           
 String getLinkServiceKey()
           
 boolean getMarkMessagesAsRead()
           
 int getPort()
           
 String getProtocol()
           
 int getTimeout()
           
 String getUsernameSuffix()
           
 void setAdditionalProperties(Map<String,Attribute> additionalProperties)
           
 void setAllowableAuthenticationServiceKeys(List<String> allowableAuthenticationServiceKeys)
           
 void setAuthenticationServiceKey(String authenticationServiceKey)
           
 void setConnectionTimeout(int connectionTimeout)
           
 void setHost(String host)
           
 void setInboxFolderName(String inboxFolderName)
           
 void setJavaMailProperties(Map<String,Attribute> javaMailProperties)
           
 void setLinkServiceKey(String linkServiceKey)
           
 void setMarkMessagesAsRead(Boolean markMessagesAsRead)
           
 void setPort(int port)
           
 void setProtocol(String protocol)
           
 void setTimeout(int timeout)
           
 void setUsernameSuffix(String usernameSuffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNCHANGED_SECURE_VALUE

public static final String UNCHANGED_SECURE_VALUE
See Also:
Constant Field Values
Constructor Detail

MailStoreConfigurationForm

public MailStoreConfigurationForm()
Method Detail

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.