Interface LoginServiceAsync
-
public interface LoginServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changePassword(long userId, String oldPassword, String newPassword, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
void
getUser(String username, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback)
void
resetPassword(String username, String emailAddress, String productName, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-