Klasse PasswordCredentialsUpdate

Alle implementierten Schnittstellen:
ICredentials, IPasswordCredentials, IPasswordCredentialsUpdate, IUserAware

public class PasswordCredentialsUpdate extends PasswordCredentials implements IPasswordCredentialsUpdate
Default implementation of the IPasswordCredentialsUpdate interface.
Seit:
3.4
Autor:
Christian W. Damus (CEA LIST)
  • Konstruktordetails

    • PasswordCredentialsUpdate

      public PasswordCredentialsUpdate(String userID, char[] oldPassword, char[] newPassword)
    • PasswordCredentialsUpdate

      public PasswordCredentialsUpdate(String userID, String password, String newPassword)
    • PasswordCredentialsUpdate

      public PasswordCredentialsUpdate(String userID)
  • Methodendetails

    • getNewPassword

      public char[] getNewPassword()
      Beschreibung aus Schnittstelle kopiert: IPasswordCredentialsUpdate
      Queries the new password to be set for the user. It is the responsibility of the provider of an update to verify that this is actually the new password intended by the user.
      Angegeben von:
      getNewPassword in Schnittstelle IPasswordCredentialsUpdate
    • setNewPassword

      public void setNewPassword(char[] newPassword)