Class ChangePassword

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.security.ChangePassword
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ChangePassword extends BambooActionSupport
A webwork action to let a logged in user change their password.
See Also:
  • Constructor Details

    • ChangePassword

      public ChangePassword()
  • Method Details

    • validateInput

      public boolean validateInput() throws Exception
      Throws:
      Exception
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getCurrentPassword

      public String getCurrentPassword()
    • setCurrentPassword

      public void setCurrentPassword(String currentPassword)
    • getNewPassword

      public String getNewPassword()
    • setNewPassword

      public void setNewPassword(String newPassword)
    • getConfirmedPassword

      public String getConfirmedPassword()
    • setConfirmedPassword

      public void setConfirmedPassword(String confirmedPassword)
    • setLoginInformationManager

      protected void setLoginInformationManager(LoginInformationManager loginInformationManager)