public class

UserPasswordActionHelper

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.action.admin.user.UserPasswordActionHelper

Class Overview

A little bit of common code to help an Action set the users password. This is currently used in 2 places

Summary

Public Constructors
UserPasswordActionHelper(JiraWebActionSupport action, UserUtil userUtil)
Public Methods
void setPassword(ApplicationUser user, String newPassword)
This can be called to set the password for a user.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UserPasswordActionHelper (JiraWebActionSupport action, UserUtil userUtil)

Public Methods

public void setPassword (ApplicationUser user, String newPassword)

This can be called to set the password for a user. If the set fails then an error message is put onto the action.

Parameters
user the user to set the new password for
newPassword the new password