Package org.eclipse.net4j.util.security
Schnittstelle IPasswordCredentialsUpdate
- Alle Superschnittstellen:
ICredentials
,IPasswordCredentials
,IUserAware
- Alle bekannten Implementierungsklassen:
PasswordCredentialsUpdate
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
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.
-