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

sk.seges.acris.security.shared.service.IOpenIDConsumerServiceAsync Maven / Gradle / Ivy

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

import java.util.Map;

import sk.seges.acris.security.shared.dto.OpenIDUserDTO;

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

/**
 * OpenID authentication and verification service.
 */
public interface IOpenIDConsumerServiceAsync {

	void authenticate(String userSuppliedString, String returnToUrl, String realm, AsyncCallback callback);

	void verify(String queryString, Map parameterMap, AsyncCallback callback);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy