All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sk.seges.acris.security.shared.user_management.service.IOpenIDUserServiceAsync Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package sk.seges.acris.security.shared.user_management.service;

import java.util.List;
import java.util.Map;

import sk.seges.acris.security.shared.user_management.domain.api.OpenIDProvider;
import sk.seges.acris.security.shared.user_management.domain.api.UserData;

import com.google.gwt.user.client.rpc.AsyncCallback;

public interface IOpenIDUserServiceAsync {

	void getUserByOpenIDIdentifier(String identifier, AsyncCallback callback);

	void findProvidersByUserName(String userName, AsyncCallback> callback);

	void saveUserByIdentifiers(String userName, Map identifiers, AsyncCallback callback);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy