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

com.jeesuite.gateway.api.AccountApi Maven / Gradle / Ivy

The newest version!
package com.jeesuite.gateway.api;

import java.util.List;

import com.jeesuite.common.JeesuiteBaseException;
import com.jeesuite.common.model.AuthUser;
import com.jeesuite.gateway.model.AccountScope;

public interface AccountApi {

	AuthUser validateAccount(String type,String account,String password) throws JeesuiteBaseException;
	
	List findAccountScopes(String accountId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy