Interface LoginServiceAsync
public interface LoginServiceAsync
- 
Method SummaryModifier and TypeMethodDescriptionvoidchangePassword(long userId, String oldPassword, String newPassword, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue> callback) voidconfirmLegal(String username, String legal, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidgeneratePassword(String username, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidgetLegalsToConfirm(String username, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIParameter>> 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
- 
getLegalsToConfirmvoid getLegalsToConfirm(String username, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIParameter>> callback) 
- 
confirmLegal
 
-