Schnittstelle IPasswordCredentialsUpdate

Alle Superschnittstellen:
ICredentials, IPasswordCredentials, IUserAware
Alle bekannten Implementierungsklassen:
PasswordCredentialsUpdate

public interface IPasswordCredentialsUpdate extends IPasswordCredentials
Password credentials with an update (new password) in addition to the usual user ID and password for authentication of the password change.
Seit:
3.4
Autor:
Christian W. Damus (CEA LIST)
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    char[]
    Queries the new password to be set for the user.

    Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.security.IPasswordCredentials

    getPassword

    Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.security.IUserAware

    getUserID
  • Methodendetails

    • getNewPassword

      char[] getNewPassword()
      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.