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