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