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

sk.seges.acris.security.shared.service.IOpenIDConsumerService 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.RemoteService;

/**
 * OpenID authentication and verification service.
 */
public interface IOpenIDConsumerService extends RemoteService {

	OpenIDUserDTO authenticate(String userSuppliedString, String returnToUrl, String realm);

	OpenIDUserDTO verify(String queryString, Map parameterMap);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy