Interface LoginServiceAsync
public interface LoginServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangePassword(long userId, String oldPassword, String newPassword, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue> callback) voidgeneratePassword(String username, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidvoidisSecretKeyRequired(String username, String deviceId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidresetPassword(String username, String emailAddress, String productName, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
changePassword
-
getUser
-
resetPassword
-
isSecretKeyRequired
-
generatePassword
-