package org.gcube.portlet.user.my_vres.client; import java.util.ArrayList; import java.util.LinkedHashMap; import org.gcube.portlet.user.my_vres.shared.AuthorizationBean; import org.gcube.portlet.user.my_vres.shared.VRE; import com.google.gwt.user.client.rpc.AsyncCallback; public interface MyVREsServiceAsync { void getUserVREs( AsyncCallback>> callback); void getSiteLandingPagePath(AsyncCallback callback); void getUserQualifierToken(String context, String state, String clientId, String authorisedRedirectURI, AsyncCallback callback); }