public interface

PasswordService

org.apache.archiva.redback.rest.api.services.PasswordService
Known Indirect Subclasses

Summary

Public Methods
abstract User changePassword(String userName, String previousPassword, String password, String passwordConfirmation)
used to change the password on passwordChangeRequired state.
abstract User changePasswordWithKey(String password, String passwordConfirmation, String key)
used to change the password on first user connection after registration use.

Public Methods

public abstract User changePassword (String userName, String previousPassword, String password, String passwordConfirmation)

used to change the password on passwordChangeRequired state.

public abstract User changePasswordWithKey (String password, String passwordConfirmation, String key)

used to change the password on first user connection after registration use. the key is mandatory and a control will be done on the username provided. need to be logged by validateUserFromKey(String)

Returns
  • username