Package org.eclipse.emf.cdo.server
Schnittstelle IRepositoryProtector.UserAuthenticator.PasswordChangeSupport
- Umschließende Klasse:
IRepositoryProtector.UserAuthenticator
public static interface IRepositoryProtector.UserAuthenticator.PasswordChangeSupport
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidresetPassword(String userID, char[] newPassword) voidresetPassword(String adminID, char[] adminPassword, String userID, char[] newPassword) voidupdatePassword(String userID, char[] oldPassword, char[] newPassword)
-
Methodendetails
-
updatePassword
- Löst aus:
SecurityException
-
resetPassword
void resetPassword(String adminID, char[] adminPassword, String userID, char[] newPassword) throws SecurityException - Löst aus:
SecurityException
-
resetPassword
- Löst aus:
SecurityException
-