com.atlassian.crowd.console.action.options
Class UpdateMailServer

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.crowd.console.action.BaseAction
          extended by com.atlassian.crowd.console.action.options.UpdateMailServer
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable

public class UpdateMailServer
extends BaseAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.crowd.console.action.BaseAction
actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, applicationService, clientProperties, crowdLicenseManager, crowdUserDetailsService, directoryManager, initialLoad, tab, tokenAuthenticationManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
UpdateMailServer()
           
 
Method Summary
 String doDefault()
           
 String doUpdate()
           
protected  void doValidation()
           
 String getFrom()
           
 String getHost()
           
 String getJndiLocation()
           
 String getJndiMailActive()
           
 String getNotificationEmail()
           
 String getPassword()
           
 String getPort()
           
 String getPrefix()
           
 String getUsername()
           
 String getUseSSL()
           
 void setFrom(String from)
           
 void setHost(String host)
           
 void setInitialContext(InitialContext initialContext)
           
 void setJndiLocation(String jndiLocation)
           
 void setJndiMailActive(String jndiMailActive)
           
 void setMailManager(MailManager mailManager)
           
 void setNotificationEmail(String notificationEmail)
           
 void setPassword(String password)
           
 void setPort(String port)
           
 void setPrefix(String prefix)
           
 void setPropertyManager(PropertyManager propertyManager)
           
 void setUsername(String username)
           
 void setUseSSL(String useSSL)
           
 
Methods inherited from class com.atlassian.crowd.console.action.BaseAction
addActionError, addActionMessage, authorisedToAccessCrowdAdminConsole, authorisedToAccessCrowdConsole, containsActionMessages, containsErrorMessages, directory, getActionMessageAlertColor, getBootstrapManager, getCrowdApplication, getCurrentLicenseResourceTotal, getDisplayableLink, getHttpRequest, getImageLocation, getImageTitle, getLicense, getLink, getPasswordComplexityMessage, getRemoteUser, getSession, getSitemeshPageProperties, getSitemeshPageProperty, getTab, getText, getText, getUserName, getWebFragmentsContextMap, getWebInterfaceManager, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, getXsrfToken, getXsrfTokenName, hasAdminRole, isAdmin, isAtResourceLimit, isAuthenticated, isEvaluation, isInitialLoad, isLicenseExpired, isSubscription, isWithinGracePeriod, renderFreemarkerTemplate, setActionHelper, setApplicationManager, setApplicationService, setClientProperties, setCrowdApplication, setCrowdLicenseManager, setCrowdUserDetailsService, setDirectoryManager, setTab, setTokenAuthenticationManager, setWebInterfaceManager, setWebResourceManager, setXsrfTokenGenerator
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateMailServer

public UpdateMailServer()
Method Detail

doDefault

public String doDefault()
Overrides:
doDefault in class BaseAction

doUpdate

public String doUpdate()

doValidation

protected void doValidation()

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getPrefix

public String getPrefix()

setPrefix

public void setPrefix(String prefix)

getHost

public String getHost()

setHost

public void setHost(String host)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getNotificationEmail

public String getNotificationEmail()

setNotificationEmail

public void setNotificationEmail(String notificationEmail)

getPort

public String getPort()

setPort

public void setPort(String port)

getUseSSL

public String getUseSSL()

setUseSSL

public void setUseSSL(String useSSL)

getJndiLocation

public String getJndiLocation()

setJndiLocation

public void setJndiLocation(String jndiLocation)

setPropertyManager

public void setPropertyManager(PropertyManager propertyManager)
Overrides:
setPropertyManager in class BaseAction

getJndiMailActive

public String getJndiMailActive()

setJndiMailActive

public void setJndiMailActive(String jndiMailActive)

setInitialContext

public void setInitialContext(InitialContext initialContext)

setMailManager

public void setMailManager(MailManager mailManager)


Copyright © 2013 Atlassian. All Rights Reserved.